Shades of Kelly Green #52D819
Tints of Kelly Green #52D819
RGB
CMYK
RGB Variations
Color information
#52D819 (or 0x52D819) is known color: Kelly Green. HEX triplet: 52, D8 and 19. RGB value is (82,216,25). Sum of RGB (Red+Green+Blue) = 82+216+25=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #52D819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D819 is #AD27E6. Grayscale: #9A9A9A. Windows color (decimal): -11347943 or 1693778. OLE color: 1693778.
HSL color Cylindrical-coordinate representation of color #52D819: hue angle of 102.09º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52D819 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 25 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.15 |
| HSL | 102.09º | 0.79% | 0.47% | - |
| HSV(B) | 102.09º | 0.88% | 0.85% | - |
| XYZ | 28.21 | 50.98 | 9.27 | - |
| YUV | 154.16 | 55.11 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 25 | 0.62 | 0 | 0.88 | 0.15 | 102.09 | 0.79 | 0.47 |
| Hex | 52 | D8 | 19 | 3E | 0 | 58 | F | 66 | 4F | 2F |
| Octal | 122 | 330 | 31 | 76 | 0 | 130 | 17 | 146 | 117 | 57 |
| Binary | 1010010 | 11011000 | 11001 | 111110 | 0 | 1011000 | 1111 | 1100110 | 1001111 | 101111 |
Color Harmonies of #52D819
Complementary color
Monochromatic Colors of #52D819
Black with #52D819
Text Example
Text Example
White with #52D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D819; }
p { color: rgb(82,216,25); }
H1.HeaderClassName
{
color: #52D819;
}
.AnyTagClassName
{
color: #52D819;
}
</style>
background-color css
<style>
a { background-color: #52D819; }
a { background-color: rgb(82,216,25); }
div.DivClassName
{
background-color: #52D819;
}
.BgClassName
{
background-color: #52D819;
}
</style>
border-color css
<style>
span { border-color: #52D819; }
span { border-color: rgb(82,216,25); }
td.TdClassName
{
border-color: #52D819;
}
.TagClassName
{
border-color: #52D819;
}
</style>