Shades of Kelly Green #55C406
Tints of Kelly Green #55C406
RGB
CMYK
RGB Variations
Color information
#55C406 (or 0x55C406) is known color: Kelly Green. HEX triplet: 55, C4 and 06. RGB value is (85,196,6). Sum of RGB (Red+Green+Blue) = 85+196+6=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #55C406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C406 is #AA3BF9. Grayscale: #8D8D8D. Windows color (decimal): -11156474 or 443477. OLE color: 443477.
HSL color Cylindrical-coordinate representation of color #55C406: hue angle of 95.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55C406 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.23 |
| HSL | 95.05º | 0.94% | 0.4% | - |
| HSV(B) | 95.05º | 0.97% | 0.77% | - |
| XYZ | 23.52 | 41.42 | 6.93 | - |
| YUV | 141.15 | 51.73 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 6 | 0.57 | 0 | 0.97 | 0.23 | 95.05 | 0.94 | 0.4 |
| Hex | 55 | C4 | 6 | 39 | 0 | 61 | 17 | 5F | 5E | 28 |
| Octal | 125 | 304 | 6 | 71 | 0 | 141 | 27 | 137 | 136 | 50 |
| Binary | 1010101 | 11000100 | 110 | 111001 | 0 | 1100001 | 10111 | 1011111 | 1011110 | 101000 |
Color Harmonies of #55C406
Complementary color
Monochromatic Colors of #55C406
Black with #55C406
Text Example
Text Example
White with #55C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C406; }
p { color: rgb(85,196,6); }
H1.HeaderClassName
{
color: #55C406;
}
.AnyTagClassName
{
color: #55C406;
}
</style>
background-color css
<style>
a { background-color: #55C406; }
a { background-color: rgb(85,196,6); }
div.DivClassName
{
background-color: #55C406;
}
.BgClassName
{
background-color: #55C406;
}
</style>
border-color css
<style>
span { border-color: #55C406; }
span { border-color: rgb(85,196,6); }
td.TdClassName
{
border-color: #55C406;
}
.TagClassName
{
border-color: #55C406;
}
</style>