#55C204

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

Shades of Kelly Green #55C204

Tints of Kelly Green #55C204

Color information

#55C204 (or 0x55C204) is unknown color: approx Kelly Green. HEX triplet: 55, C2 and 04. RGB value is (85,194,4). Sum of RGB (Red+Green+Blue) = 85+194+4=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #55C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C204 is #AA3DFB. Grayscale: #8C8C8C. Windows color (decimal): -11156988 or 311893. OLE color: 311893.

HSL color Cylindrical-coordinate representation of color #55C204: hue angle of 94.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55C204 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB851944-
CMYK0.5600.980.24
HSL94.42º95.96%38.82%-
HSV(B)94.42º97.94%76.08%-
XYZ23.0640.526.72-
YUV139.7551.3988.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 194 (76.17% from 255) = 68.55%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=30.04%
G=68.55%
B=1.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8519440.5600.980.2494.4295.9638.82
Hex55C2438062185e6027
Octal12530247001423013614047
Binary101010111000010100111000011000101100010111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,4); }

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

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

 a { background-color: rgb(85,194,4); }

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

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

 span { border-color: rgb(85,194,4); }

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