#56C14E

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

Shades of Apple #56C14E

Tints of Apple #56C14E

Color information

#56C14E (or 0x56C14E) is unknown color: approx Apple. HEX triplet: 56, C1 and 4E. RGB value is (86,193,78). Sum of RGB (Red+Green+Blue) = 86+193+78=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #56C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C14E is #A93EB1. Grayscale: #949494. Windows color (decimal): -11091634 or 5161302. OLE color: 5161302.

HSL color Cylindrical-coordinate representation of color #56C14E: hue angle of 115.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56C14E is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB8619378-
CMYK0.5500.600.24
HSL115.83º48.12%53.14%-
HSV(B)115.83º59.59%75.69%-
XYZ24.2840.6713.78-
YUV147.988.5583.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=24.09%
G=54.06%
B=21.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86193780.5500.600.24115.8348.1253.14
Hex56C14E3703C18743035
Octal12630111667074301646065
Binary10101101100000110011101101110111100110001110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,193,78); }

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

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

 a { background-color: rgb(86,193,78); }

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

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

 span { border-color: rgb(86,193,78); }

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