#56c248

Color #56C248 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #56C248

Tints of Apple #56C248

Color information

#56C248 (or 0x56C248) is unknown color: approx Apple. HEX triplet: 56, C2 and 48. RGB value is (86,194,72). Sum of RGB (Red+Green+Blue) = 86+194+72=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #56C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C248 is #A93DB7. Grayscale: #949494. Windows color (decimal): -11091384 or 4768342. OLE color: 4768342.

HSL color Cylindrical-coordinate representation of color #56C248: hue angle of 113.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C248 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB8619472-
CMYK0.5600.630.24
HSL113.11º50%52.16%-
HSV(B)113.11º62.89%76.08%-
XYZ24.341.0312.77-
YUV147.885.2283.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 194 (76.17% from 255) = 55.11%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=24.43%
G=55.11%
B=20.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86194720.5600.630.24113.115052.16
Hex56C2483803F18713234
Octal12630211070077301616264
Binary10101101100001010010001110000111111110001110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56c248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56c248; }

 p { color: rgb(86,194,72); }

 H1.HeaderClassName
 {
   color: #56c248;
 }
 .AnyTagClassName
 {
   color: #56c248;
 }
</style>
background-color css

<style>
 a { background-color: #56c248; }

 a { background-color: rgb(86,194,72); }

 div.DivClassName
 {
   background-color: #56c248;
 }
 .BgClassName
 {
   background-color: #56c248;
 }
</style>
border-color css

<style>
 span { border-color: #56c248; }

 span { border-color: rgb(86,194,72); }

 td.TdClassName
 {
   border-color: #56c248;
 }
 .TagClassName
 {
   border-color: #56c248;
 }
</style>