#55CC4E

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

Shades of Apple #55CC4E

Tints of Apple #55CC4E

Color information

#55CC4E (or 0x55CC4E) is unknown color: approx Apple. HEX triplet: 55, CC and 4E. RGB value is (85,204,78). Sum of RGB (Red+Green+Blue) = 85+204+78=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC4E is #AA33B1. Grayscale: #9A9A9A. Windows color (decimal): -11154354 or 5164117. OLE color: 5164117.

HSL color Cylindrical-coordinate representation of color #55CC4E: hue angle of 116.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CC4E is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB8520478-
CMYK0.5800.620.2
HSL116.67º55.26%55.29%-
HSV(B)116.67º61.76%80%-
XYZ26.7145.6714.61-
YUV154.0585.0878.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 204 (80.08% from 255) = 55.59%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=23.16%
G=55.59%
B=21.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85204780.5800.620.2116.6755.2655.29
Hex55CC4E3A03E14753737
Octal12531411672076241656767
Binary10101011100110010011101110100111110101001110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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