Shades of Kelly Green #52C418
Tints of Kelly Green #52C418
RGB
CMYK
RGB Variations
Color information
#52C418 (or 0x52C418) is known color: Kelly Green. HEX triplet: 52, C4 and 18. RGB value is (82,196,24). Sum of RGB (Red+Green+Blue) = 82+196+24=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #52C418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C418 is #AD3BE7. Grayscale: #8E8E8E. Windows color (decimal): -11353064 or 1623122. OLE color: 1623122.
HSL color Cylindrical-coordinate representation of color #52C418: hue angle of 99.77º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52C418 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 24 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.23 |
| HSL | 99.77º | 0.78% | 0.43% | - |
| HSV(B) | 99.77º | 0.88% | 0.77% | - |
| XYZ | 23.38 | 41.34 | 7.61 | - |
| YUV | 142.31 | 61.23 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 24 | 0.58 | 0 | 0.88 | 0.23 | 99.77 | 0.78 | 0.43 |
| Hex | 52 | C4 | 18 | 3A | 0 | 58 | 17 | 64 | 4E | 2B |
| Octal | 122 | 304 | 30 | 72 | 0 | 130 | 27 | 144 | 116 | 53 |
| Binary | 1010010 | 11000100 | 11000 | 111010 | 0 | 1011000 | 10111 | 1100100 | 1001110 | 101011 |
Color Harmonies of #52C418
Complementary color
Monochromatic Colors of #52C418
Black with #52C418
Text Example
Text Example
White with #52C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C418; }
p { color: rgb(82,196,24); }
H1.HeaderClassName
{
color: #52C418;
}
.AnyTagClassName
{
color: #52C418;
}
</style>
background-color css
<style>
a { background-color: #52C418; }
a { background-color: rgb(82,196,24); }
div.DivClassName
{
background-color: #52C418;
}
.BgClassName
{
background-color: #52C418;
}
</style>
border-color css
<style>
span { border-color: #52C418; }
span { border-color: rgb(82,196,24); }
td.TdClassName
{
border-color: #52C418;
}
.TagClassName
{
border-color: #52C418;
}
</style>