Shades of Kelly Green #52CE16
Tints of Kelly Green #52CE16
RGB
CMYK
RGB Variations
Color information
#52CE16 (or 0x52CE16) is known color: Kelly Green. HEX triplet: 52, CE and 16. RGB value is (82,206,22). Sum of RGB (Red+Green+Blue) = 82+206+22=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE16 is #AD31E9. Grayscale: #949494. Windows color (decimal): -11350506 or 1494610. OLE color: 1494610.
HSL color Cylindrical-coordinate representation of color #52CE16: hue angle of 100.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52CE16 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 22 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.19 |
| HSL | 100.43º | 0.81% | 0.45% | - |
| HSV(B) | 100.43º | 0.89% | 0.81% | - |
| XYZ | 25.7 | 45.99 | 8.28 | - |
| YUV | 147.95 | 56.92 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 22 | 0.60 | 0 | 0.89 | 0.19 | 100.43 | 0.81 | 0.45 |
| Hex | 52 | CE | 16 | 3C | 0 | 59 | 13 | 64 | 51 | 2D |
| Octal | 122 | 316 | 26 | 74 | 0 | 131 | 23 | 144 | 121 | 55 |
| Binary | 1010010 | 11001110 | 10110 | 111100 | 0 | 1011001 | 10011 | 1100100 | 1010001 | 101101 |
Color Harmonies of #52CE16
Complementary color
Monochromatic Colors of #52CE16
Black with #52CE16
Text Example
Text Example
White with #52CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE16; }
p { color: rgb(82,206,22); }
H1.HeaderClassName
{
color: #52CE16;
}
.AnyTagClassName
{
color: #52CE16;
}
</style>
background-color css
<style>
a { background-color: #52CE16; }
a { background-color: rgb(82,206,22); }
div.DivClassName
{
background-color: #52CE16;
}
.BgClassName
{
background-color: #52CE16;
}
</style>
border-color css
<style>
span { border-color: #52CE16; }
span { border-color: rgb(82,206,22); }
td.TdClassName
{
border-color: #52CE16;
}
.TagClassName
{
border-color: #52CE16;
}
</style>