Shades of Kelly Green #52D919
Tints of Kelly Green #52D919
RGB
CMYK
RGB Variations
Color information
#52D919 (or 0x52D919) is known color: Kelly Green. HEX triplet: 52, D9 and 19. RGB value is (82,217,25). Sum of RGB (Red+Green+Blue) = 82+217+25=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #52D919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D919 is #AD26E6. Grayscale: #9B9B9B. Windows color (decimal): -11347687 or 1694034. OLE color: 1694034.
HSL color Cylindrical-coordinate representation of color #52D919: hue angle of 102.19º 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 #52D919 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 25 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.15 |
| HSL | 102.19º | 0.79% | 0.47% | - |
| HSV(B) | 102.19º | 0.88% | 0.85% | - |
| XYZ | 28.47 | 51.49 | 9.36 | - |
| YUV | 154.75 | 54.77 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 25 | 0.62 | 0 | 0.88 | 0.15 | 102.19 | 0.79 | 0.47 |
| Hex | 52 | D9 | 19 | 3E | 0 | 58 | F | 66 | 4F | 2F |
| Octal | 122 | 331 | 31 | 76 | 0 | 130 | 17 | 146 | 117 | 57 |
| Binary | 1010010 | 11011001 | 11001 | 111110 | 0 | 1011000 | 1111 | 1100110 | 1001111 | 101111 |
Color Harmonies of #52D919
Complementary color
Monochromatic Colors of #52D919
Black with #52D919
Text Example
Text Example
White with #52D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D919; }
p { color: rgb(82,217,25); }
H1.HeaderClassName
{
color: #52D919;
}
.AnyTagClassName
{
color: #52D919;
}
</style>
background-color css
<style>
a { background-color: #52D919; }
a { background-color: rgb(82,217,25); }
div.DivClassName
{
background-color: #52D919;
}
.BgClassName
{
background-color: #52D919;
}
</style>
border-color css
<style>
span { border-color: #52D919; }
span { border-color: rgb(82,217,25); }
td.TdClassName
{
border-color: #52D919;
}
.TagClassName
{
border-color: #52D919;
}
</style>