Shades of Kelly Green #52D916
Tints of Kelly Green #52D916
RGB
CMYK
RGB Variations
Color information
#52D916 (or 0x52D916) is known color: Kelly Green. HEX triplet: 52, D9 and 16. RGB value is (82,217,22). Sum of RGB (Red+Green+Blue) = 82+217+22=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #52D916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D916 is #AD26E9. Grayscale: #9B9B9B. Windows color (decimal): -11347690 or 1497426. OLE color: 1497426.
HSL color Cylindrical-coordinate representation of color #52D916: hue angle of 101.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D916 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 22 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.15 |
| HSL | 101.54º | 0.82% | 0.47% | - |
| HSV(B) | 101.54º | 0.9% | 0.85% | - |
| XYZ | 28.44 | 51.48 | 9.2 | - |
| YUV | 154.41 | 53.27 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 22 | 0.62 | 0 | 0.90 | 0.15 | 101.54 | 0.82 | 0.47 |
| Hex | 52 | D9 | 16 | 3E | 0 | 5A | F | 66 | 52 | 2F |
| Octal | 122 | 331 | 26 | 76 | 0 | 132 | 17 | 146 | 122 | 57 |
| Binary | 1010010 | 11011001 | 10110 | 111110 | 0 | 1011010 | 1111 | 1100110 | 1010010 | 101111 |
Color Harmonies of #52D916
Complementary color
Monochromatic Colors of #52D916
Black with #52D916
Text Example
Text Example
White with #52D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D916; }
p { color: rgb(82,217,22); }
H1.HeaderClassName
{
color: #52D916;
}
.AnyTagClassName
{
color: #52D916;
}
</style>
background-color css
<style>
a { background-color: #52D916; }
a { background-color: rgb(82,217,22); }
div.DivClassName
{
background-color: #52D916;
}
.BgClassName
{
background-color: #52D916;
}
</style>
border-color css
<style>
span { border-color: #52D916; }
span { border-color: rgb(82,217,22); }
td.TdClassName
{
border-color: #52D916;
}
.TagClassName
{
border-color: #52D916;
}
</style>