Shades of Kelly Green #55C204
Tints of Kelly Green #55C204
RGB
CMYK
RGB Variations
Color information
#55C204 (or 0x55C204) is known color: 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
| RGB | 85 | 194 | 4 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.24 |
| HSL | 94.42º | 0.96% | 0.39% | - |
| HSV(B) | 94.42º | 0.98% | 0.76% | - |
| XYZ | 23.06 | 40.52 | 6.72 | - |
| YUV | 139.75 | 51.39 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 4 | 0.56 | 0 | 0.98 | 0.24 | 94.42 | 0.96 | 0.39 |
| Hex | 55 | C2 | 4 | 38 | 0 | 62 | 18 | 5E | 60 | 27 |
| Octal | 125 | 302 | 4 | 70 | 0 | 142 | 30 | 136 | 140 | 47 |
| Binary | 1010101 | 11000010 | 100 | 111000 | 0 | 1100010 | 11000 | 1011110 | 1100000 | 100111 |
Color Harmonies of #55C204
Complementary color
Monochromatic Colors of #55C204
Black with #55C204
Text Example
Text Example
White with #55C204
Text Example
Text Example
HTML Codes & Css Web 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>