#55D24E

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

Shades of Apple #55D24E

Tints of Apple #55D24E

Color information

#55D24E (or 0x55D24E) is unknown color: approx Apple. HEX triplet: 55, D2 and 4E. RGB value is (85,210,78). Sum of RGB (Red+Green+Blue) = 85+210+78=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #55D24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D24E is #AA2DB1. Grayscale: #9D9D9D. Windows color (decimal): -11152818 or 5165653. OLE color: 5165653.

HSL color Cylindrical-coordinate representation of color #55D24E: hue angle of 116.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55D24E is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB8521078-
CMYK0.6000.630.18
HSL116.82º59.46%56.47%-
HSV(B)116.82º62.86%82.35%-
XYZ28.1748.5715.1-
YUV157.5883.0976.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 210 (82.42% from 255) = 56.30%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=22.79%
G=56.30%
B=20.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210780.6000.630.18116.8259.4656.47
Hex55D24E3C03F12753b38
Octal12532211674077221657370
Binary10101011101001010011101111000111111100101110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D24E; }

 p { color: rgb(85,210,78); }

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

<style>
 a { background-color: #55D24E; }

 a { background-color: rgb(85,210,78); }

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

<style>
 span { border-color: #55D24E; }

 span { border-color: rgb(85,210,78); }

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