Shades of Kelly Green #52C016
Tints of Kelly Green #52C016
RGB
CMYK
RGB Variations
Color information
#52C016 (or 0x52C016) is known color: Kelly Green. HEX triplet: 52, C0 and 16. RGB value is (82,192,22). Sum of RGB (Red+Green+Blue) = 82+192+22=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #52C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C016 is #AD3FE9. Grayscale: #8C8C8C. Windows color (decimal): -11354090 or 1491026. OLE color: 1491026.
HSL color Cylindrical-coordinate representation of color #52C016: hue angle of 98.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52C016 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 22 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.25 |
| HSL | 98.82º | 0.79% | 0.42% | - |
| HSV(B) | 98.82º | 0.89% | 0.75% | - |
| XYZ | 22.47 | 39.55 | 7.21 | - |
| YUV | 139.73 | 61.56 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 22 | 0.57 | 0 | 0.89 | 0.25 | 98.82 | 0.79 | 0.42 |
| Hex | 52 | C0 | 16 | 39 | 0 | 59 | 19 | 63 | 4F | 2A |
| Octal | 122 | 300 | 26 | 71 | 0 | 131 | 31 | 143 | 117 | 52 |
| Binary | 1010010 | 11000000 | 10110 | 111001 | 0 | 1011001 | 11001 | 1100011 | 1001111 | 101010 |
Color Harmonies of #52C016
Complementary color
Monochromatic Colors of #52C016
Black with #52C016
Text Example
Text Example
White with #52C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C016; }
p { color: rgb(82,192,22); }
H1.HeaderClassName
{
color: #52C016;
}
.AnyTagClassName
{
color: #52C016;
}
</style>
background-color css
<style>
a { background-color: #52C016; }
a { background-color: rgb(82,192,22); }
div.DivClassName
{
background-color: #52C016;
}
.BgClassName
{
background-color: #52C016;
}
</style>
border-color css
<style>
span { border-color: #52C016; }
span { border-color: rgb(82,192,22); }
td.TdClassName
{
border-color: #52C016;
}
.TagClassName
{
border-color: #52C016;
}
</style>