Shades of Kelly Green #52D90D
Tints of Kelly Green #52D90D
RGB
CMYK
RGB Variations
Color information
#52D90D (or 0x52D90D) is known color: Kelly Green. HEX triplet: 52, D9 and 0D. RGB value is (82,217,13). Sum of RGB (Red+Green+Blue) = 82+217+13=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #52D90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D90D is #AD26F2. Grayscale: #9A9A9A. Windows color (decimal): -11347699 or 907602. OLE color: 907602.
HSL color Cylindrical-coordinate representation of color #52D90D: hue angle of 99.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52D90D is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 13 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.15 |
| HSL | 99.71º | 0.89% | 0.45% | - |
| HSV(B) | 99.71º | 0.94% | 0.85% | - |
| XYZ | 28.37 | 51.45 | 8.82 | - |
| YUV | 153.38 | 48.77 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 13 | 0.62 | 0 | 0.94 | 0.15 | 99.71 | 0.89 | 0.45 |
| Hex | 52 | D9 | D | 3E | 0 | 5E | F | 64 | 59 | 2D |
| Octal | 122 | 331 | 15 | 76 | 0 | 136 | 17 | 144 | 131 | 55 |
| Binary | 1010010 | 11011001 | 1101 | 111110 | 0 | 1011110 | 1111 | 1100100 | 1011001 | 101101 |
Color Harmonies of #52D90D
Complementary color
Monochromatic Colors of #52D90D
Black with #52D90D
Text Example
Text Example
White with #52D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D90D; }
p { color: rgb(82,217,13); }
H1.HeaderClassName
{
color: #52D90D;
}
.AnyTagClassName
{
color: #52D90D;
}
</style>
background-color css
<style>
a { background-color: #52D90D; }
a { background-color: rgb(82,217,13); }
div.DivClassName
{
background-color: #52D90D;
}
.BgClassName
{
background-color: #52D90D;
}
</style>
border-color css
<style>
span { border-color: #52D90D; }
span { border-color: rgb(82,217,13); }
td.TdClassName
{
border-color: #52D90D;
}
.TagClassName
{
border-color: #52D90D;
}
</style>