#55D54C

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

Shades of Apple #55D54C

Tints of Apple #55D54C

Color information

#55D54C (or 0x55D54C) is unknown color: approx Apple. HEX triplet: 55, D5 and 4C. RGB value is (85,213,76). Sum of RGB (Red+Green+Blue) = 85+213+76=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #55D54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D54C is #AA2AB3. Grayscale: #9F9F9F. Windows color (decimal): -11152052 or 5035349. OLE color: 5035349.

HSL color Cylindrical-coordinate representation of color #55D54C: hue angle of 116.06º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D54C is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB8521376-
CMYK0.6000.640.16
HSL116.06º61.99%56.67%-
HSV(B)116.06º64.32%83.53%-
XYZ28.8550.0414.98-
YUV159.1181.0975.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 213 (83.59% from 255) = 56.95%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=22.73%
G=56.95%
B=20.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213760.6000.640.16116.0661.9956.67
Hex55D54C3C04010743e39
Octal125325114740100201647671
Binary101010111010101100110011110001000000100001110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,76); }

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

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

 a { background-color: rgb(85,213,76); }

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

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

 span { border-color: rgb(85,213,76); }

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