Shades of Kelly Green #55C020
Tints of Kelly Green #55C020
RGB
CMYK
RGB Variations
Color information
#55C020 (or 0x55C020) is known color: Kelly Green. HEX triplet: 55, C0 and 20. RGB value is (85,192,32). Sum of RGB (Red+Green+Blue) = 85+192+32=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #55C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C020 is #AA3FDF. Grayscale: #8E8E8E. Windows color (decimal): -11157472 or 2146389. OLE color: 2146389.
HSL color Cylindrical-coordinate representation of color #55C020: hue angle of 100.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55C020 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 32 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.25 |
| HSL | 100.13º | 0.71% | 0.44% | - |
| HSV(B) | 100.13º | 0.83% | 0.75% | - |
| XYZ | 22.86 | 39.73 | 7.83 | - |
| YUV | 141.77 | 66.05 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 32 | 0.56 | 0 | 0.83 | 0.25 | 100.13 | 0.71 | 0.44 |
| Hex | 55 | C0 | 20 | 38 | 0 | 53 | 19 | 64 | 47 | 2C |
| Octal | 125 | 300 | 40 | 70 | 0 | 123 | 31 | 144 | 107 | 54 |
| Binary | 1010101 | 11000000 | 100000 | 111000 | 0 | 1010011 | 11001 | 1100100 | 1000111 | 101100 |
Color Harmonies of #55C020
Complementary color
Monochromatic Colors of #55C020
Black with #55C020
Text Example
Text Example
White with #55C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C020; }
p { color: rgb(85,192,32); }
H1.HeaderClassName
{
color: #55C020;
}
.AnyTagClassName
{
color: #55C020;
}
</style>
background-color css
<style>
a { background-color: #55C020; }
a { background-color: rgb(85,192,32); }
div.DivClassName
{
background-color: #55C020;
}
.BgClassName
{
background-color: #55C020;
}
</style>
border-color css
<style>
span { border-color: #55C020; }
span { border-color: rgb(85,192,32); }
td.TdClassName
{
border-color: #55C020;
}
.TagClassName
{
border-color: #55C020;
}
</style>