#55D04F

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

Shades of Apple #55D04F

Tints of Apple #55D04F

Color information

#55D04F (or 0x55D04F) is unknown color: approx Apple. HEX triplet: 55, D0 and 4F. RGB value is (85,208,79). Sum of RGB (Red+Green+Blue) = 85+208+79=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #55D04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D04F is #AA2FB0. Grayscale: #9C9C9C. Windows color (decimal): -11153329 or 5230677. OLE color: 5230677.

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

Color convert

RGB8520879-
CMYK0.5900.620.18
HSL117.21º57.85%56.27%-
HSV(B)117.21º62.02%81.57%-
XYZ27.7147.6115.13-
YUV156.5284.2576.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 208 (81.64% from 255) = 55.91%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=22.85%
G=55.91%
B=21.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85208790.5900.620.18117.2157.8556.27
Hex55D04F3B03E12753a38
Octal12532011773076221657270
Binary10101011101000010011111110110111110100101110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,79); }

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

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

 a { background-color: rgb(85,208,79); }

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

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

 span { border-color: rgb(85,208,79); }

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