#55cc0c

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

Shades of Kelly Green #55CC0C

Tints of Kelly Green #55CC0C

Color information

#55CC0C (or 0x55CC0C) is unknown color: approx Kelly Green. HEX triplet: 55, CC and 0C. RGB value is (85,204,12). Sum of RGB (Red+Green+Blue) = 85+204+12=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CC0C is #AA33F3. Grayscale: #939393. Windows color (decimal): -11154420 or 838741. OLE color: 838741.

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

Color convert

RGB8520412-
CMYK0.5800.940.2
HSL97.19º88.89%42.35%-
HSV(B)97.19º94.12%80%-
XYZ25.4145.147.72-
YUV146.5352.0884.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 204 (80.08% from 255) = 67.77%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=28.24%
G=67.77%
B=3.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85204120.5800.940.297.1988.8942.35
Hex55CCC3A05E1461592a
Octal125314147201362414113152
Binary1010101110011001100111010010111101010011000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55cc0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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