Shades of Kelly Green #52C508
Tints of Kelly Green #52C508
RGB
CMYK
RGB Variations
Color information
#52C508 (or 0x52C508) is known color: Kelly Green. HEX triplet: 52, C5 and 08. RGB value is (82,197,8). Sum of RGB (Red+Green+Blue) = 82+197+8=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #52C508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C508 is #AD3AF7. Grayscale: #8D8D8D. Windows color (decimal): -11352824 or 574802. OLE color: 574802.
HSL color Cylindrical-coordinate representation of color #52C508: hue angle of 96.51º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C508 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.23 |
| HSL | 96.51º | 0.92% | 0.4% | - |
| HSV(B) | 96.51º | 0.96% | 0.77% | - |
| XYZ | 23.49 | 41.74 | 7.05 | - |
| YUV | 141.07 | 52.9 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 8 | 0.58 | 0 | 0.96 | 0.23 | 96.51 | 0.92 | 0.4 |
| Hex | 52 | C5 | 8 | 3A | 0 | 60 | 17 | 61 | 5C | 28 |
| Octal | 122 | 305 | 10 | 72 | 0 | 140 | 27 | 141 | 134 | 50 |
| Binary | 1010010 | 11000101 | 1000 | 111010 | 0 | 1100000 | 10111 | 1100001 | 1011100 | 101000 |
Color Harmonies of #52C508
Complementary color
Monochromatic Colors of #52C508
Black with #52C508
Text Example
Text Example
White with #52C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C508; }
p { color: rgb(82,197,8); }
H1.HeaderClassName
{
color: #52C508;
}
.AnyTagClassName
{
color: #52C508;
}
</style>
background-color css
<style>
a { background-color: #52C508; }
a { background-color: rgb(82,197,8); }
div.DivClassName
{
background-color: #52C508;
}
.BgClassName
{
background-color: #52C508;
}
</style>
border-color css
<style>
span { border-color: #52C508; }
span { border-color: rgb(82,197,8); }
td.TdClassName
{
border-color: #52C508;
}
.TagClassName
{
border-color: #52C508;
}
</style>