Shades of Kelly Green #52DE17
Tints of Kelly Green #52DE17
RGB
CMYK
RGB Variations
Color information
#52DE17 (or 0x52DE17) is known color: Kelly Green. HEX triplet: 52, DE and 17. RGB value is (82,222,23). Sum of RGB (Red+Green+Blue) = 82+222+23=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DE17 is #AD21E8. Grayscale: #9E9E9E. Windows color (decimal): -11346409 or 1564242. OLE color: 1564242.
HSL color Cylindrical-coordinate representation of color #52DE17: hue angle of 102.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52DE17 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 23 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.13 |
| HSL | 102.21º | 0.81% | 0.48% | - |
| HSV(B) | 102.21º | 0.9% | 0.87% | - |
| XYZ | 29.76 | 54.1 | 9.68 | - |
| YUV | 157.45 | 52.12 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 23 | 0.63 | 0 | 0.90 | 0.13 | 102.21 | 0.81 | 0.48 |
| Hex | 52 | DE | 17 | 3F | 0 | 5A | D | 66 | 51 | 30 |
| Octal | 122 | 336 | 27 | 77 | 0 | 132 | 15 | 146 | 121 | 60 |
| Binary | 1010010 | 11011110 | 10111 | 111111 | 0 | 1011010 | 1101 | 1100110 | 1010001 | 110000 |
Color Harmonies of #52DE17
Complementary color
Monochromatic Colors of #52DE17
Black with #52DE17
Text Example
Text Example
White with #52DE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DE17; }
p { color: rgb(82,222,23); }
H1.HeaderClassName
{
color: #52DE17;
}
.AnyTagClassName
{
color: #52DE17;
}
</style>
background-color css
<style>
a { background-color: #52DE17; }
a { background-color: rgb(82,222,23); }
div.DivClassName
{
background-color: #52DE17;
}
.BgClassName
{
background-color: #52DE17;
}
</style>
border-color css
<style>
span { border-color: #52DE17; }
span { border-color: rgb(82,222,23); }
td.TdClassName
{
border-color: #52DE17;
}
.TagClassName
{
border-color: #52DE17;
}
</style>