Shades of Kelly Green #52D918
Tints of Kelly Green #52D918
RGB
CMYK
RGB Variations
Color information
#52D918 (or 0x52D918) is known color: Kelly Green. HEX triplet: 52, D9 and 18. RGB value is (82,217,24). Sum of RGB (Red+Green+Blue) = 82+217+24=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #52D918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D918 is #AD26E7. Grayscale: #9B9B9B. Windows color (decimal): -11347688 or 1628498. OLE color: 1628498.
HSL color Cylindrical-coordinate representation of color #52D918: hue angle of 101.97º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52D918 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 24 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.15 |
| HSL | 101.97º | 0.8% | 0.47% | - |
| HSV(B) | 101.97º | 0.89% | 0.85% | - |
| XYZ | 28.46 | 51.49 | 9.3 | - |
| YUV | 154.63 | 54.27 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 24 | 0.62 | 0 | 0.89 | 0.15 | 101.97 | 0.8 | 0.47 |
| Hex | 52 | D9 | 18 | 3E | 0 | 59 | F | 66 | 50 | 2F |
| Octal | 122 | 331 | 30 | 76 | 0 | 131 | 17 | 146 | 120 | 57 |
| Binary | 1010010 | 11011001 | 11000 | 111110 | 0 | 1011001 | 1111 | 1100110 | 1010000 | 101111 |
Color Harmonies of #52D918
Complementary color
Monochromatic Colors of #52D918
Black with #52D918
Text Example
Text Example
White with #52D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D918; }
p { color: rgb(82,217,24); }
H1.HeaderClassName
{
color: #52D918;
}
.AnyTagClassName
{
color: #52D918;
}
</style>
background-color css
<style>
a { background-color: #52D918; }
a { background-color: rgb(82,217,24); }
div.DivClassName
{
background-color: #52D918;
}
.BgClassName
{
background-color: #52D918;
}
</style>
border-color css
<style>
span { border-color: #52D918; }
span { border-color: rgb(82,217,24); }
td.TdClassName
{
border-color: #52D918;
}
.TagClassName
{
border-color: #52D918;
}
</style>