Shades of Kelly Green #52D718
Tints of Kelly Green #52D718
RGB
CMYK
RGB Variations
Color information
#52D718 (or 0x52D718) is known color: Kelly Green. HEX triplet: 52, D7 and 18. RGB value is (82,215,24). Sum of RGB (Red+Green+Blue) = 82+215+24=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #52D718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D718 is #AD28E7. Grayscale: #9A9A9A. Windows color (decimal): -11348200 or 1627986. OLE color: 1627986.
HSL color Cylindrical-coordinate representation of color #52D718: hue angle of 101.78º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52D718 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 24 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.16 |
| HSL | 101.78º | 0.8% | 0.47% | - |
| HSV(B) | 101.78º | 0.89% | 0.84% | - |
| XYZ | 27.94 | 50.46 | 9.13 | - |
| YUV | 153.46 | 54.94 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 24 | 0.62 | 0 | 0.89 | 0.16 | 101.78 | 0.8 | 0.47 |
| Hex | 52 | D7 | 18 | 3E | 0 | 59 | 10 | 66 | 50 | 2F |
| Octal | 122 | 327 | 30 | 76 | 0 | 131 | 20 | 146 | 120 | 57 |
| Binary | 1010010 | 11010111 | 11000 | 111110 | 0 | 1011001 | 10000 | 1100110 | 1010000 | 101111 |
Color Harmonies of #52D718
Complementary color
Monochromatic Colors of #52D718
Black with #52D718
Text Example
Text Example
White with #52D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D718; }
p { color: rgb(82,215,24); }
H1.HeaderClassName
{
color: #52D718;
}
.AnyTagClassName
{
color: #52D718;
}
</style>
background-color css
<style>
a { background-color: #52D718; }
a { background-color: rgb(82,215,24); }
div.DivClassName
{
background-color: #52D718;
}
.BgClassName
{
background-color: #52D718;
}
</style>
border-color css
<style>
span { border-color: #52D718; }
span { border-color: rgb(82,215,24); }
td.TdClassName
{
border-color: #52D718;
}
.TagClassName
{
border-color: #52D718;
}
</style>