Shades of Kelly Green #55C520
Tints of Kelly Green #55C520
RGB
CMYK
RGB Variations
Color information
#55C520 (or 0x55C520) is known color: Kelly Green. HEX triplet: 55, C5 and 20. RGB value is (85,197,32). Sum of RGB (Red+Green+Blue) = 85+197+32=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #55C520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C520 is #AA3ADF. Grayscale: #919191. Windows color (decimal): -11156192 or 2147669. OLE color: 2147669.
HSL color Cylindrical-coordinate representation of color #55C520: hue angle of 100.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55C520 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 32 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.23 |
| HSL | 100.73º | 0.72% | 0.45% | - |
| HSV(B) | 100.73º | 0.84% | 0.77% | - |
| XYZ | 23.97 | 41.97 | 8.2 | - |
| YUV | 144.7 | 64.39 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 32 | 0.57 | 0 | 0.84 | 0.23 | 100.73 | 0.72 | 0.45 |
| Hex | 55 | C5 | 20 | 39 | 0 | 54 | 17 | 65 | 48 | 2D |
| Octal | 125 | 305 | 40 | 71 | 0 | 124 | 27 | 145 | 110 | 55 |
| Binary | 1010101 | 11000101 | 100000 | 111001 | 0 | 1010100 | 10111 | 1100101 | 1001000 | 101101 |
Color Harmonies of #55C520
Complementary color
Monochromatic Colors of #55C520
Black with #55C520
Text Example
Text Example
White with #55C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C520; }
p { color: rgb(85,197,32); }
H1.HeaderClassName
{
color: #55C520;
}
.AnyTagClassName
{
color: #55C520;
}
</style>
background-color css
<style>
a { background-color: #55C520; }
a { background-color: rgb(85,197,32); }
div.DivClassName
{
background-color: #55C520;
}
.BgClassName
{
background-color: #55C520;
}
</style>
border-color css
<style>
span { border-color: #55C520; }
span { border-color: rgb(85,197,32); }
td.TdClassName
{
border-color: #55C520;
}
.TagClassName
{
border-color: #55C520;
}
</style>