Shades of Kelly Green #52C918
Tints of Kelly Green #52C918
RGB
CMYK
RGB Variations
Color information
#52C918 (or 0x52C918) is known color: Kelly Green. HEX triplet: 52, C9 and 18. RGB value is (82,201,24). Sum of RGB (Red+Green+Blue) = 82+201+24=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #52C918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C918 is #AD36E7. Grayscale: #919191. Windows color (decimal): -11351784 or 1624402. OLE color: 1624402.
HSL color Cylindrical-coordinate representation of color #52C918: hue angle of 100.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52C918 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 24 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.21 |
| HSL | 100.34º | 0.79% | 0.44% | - |
| HSV(B) | 100.34º | 0.88% | 0.79% | - |
| XYZ | 24.53 | 43.63 | 7.99 | - |
| YUV | 145.24 | 59.58 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 24 | 0.59 | 0 | 0.88 | 0.21 | 100.34 | 0.79 | 0.44 |
| Hex | 52 | C9 | 18 | 3B | 0 | 58 | 15 | 64 | 4F | 2C |
| Octal | 122 | 311 | 30 | 73 | 0 | 130 | 25 | 144 | 117 | 54 |
| Binary | 1010010 | 11001001 | 11000 | 111011 | 0 | 1011000 | 10101 | 1100100 | 1001111 | 101100 |
Color Harmonies of #52C918
Complementary color
Monochromatic Colors of #52C918
Black with #52C918
Text Example
Text Example
White with #52C918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C918; }
p { color: rgb(82,201,24); }
H1.HeaderClassName
{
color: #52C918;
}
.AnyTagClassName
{
color: #52C918;
}
</style>
background-color css
<style>
a { background-color: #52C918; }
a { background-color: rgb(82,201,24); }
div.DivClassName
{
background-color: #52C918;
}
.BgClassName
{
background-color: #52C918;
}
</style>
border-color css
<style>
span { border-color: #52C918; }
span { border-color: rgb(82,201,24); }
td.TdClassName
{
border-color: #52C918;
}
.TagClassName
{
border-color: #52C918;
}
</style>