Shades of Kelly Green #52D215
Tints of Kelly Green #52D215
RGB
CMYK
RGB Variations
Color information
#52D215 (or 0x52D215) is known color: Kelly Green. HEX triplet: 52, D2 and 15. RGB value is (82,210,21). Sum of RGB (Red+Green+Blue) = 82+210+21=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 210 (82.42% from 255 or 67.09% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 210 - color contains mainly: green. Hex color #52D215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D215 is #AD2DEA. Grayscale: #969696. Windows color (decimal): -11349483 or 1430098. OLE color: 1430098.
HSL color Cylindrical-coordinate representation of color #52D215: hue angle of 100.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D215 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 21 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.18 |
| HSL | 100.63º | 0.82% | 0.45% | - |
| HSV(B) | 100.63º | 0.9% | 0.82% | - |
| XYZ | 26.66 | 47.94 | 8.56 | - |
| YUV | 150.18 | 55.09 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 21 | 0.61 | 0 | 0.90 | 0.18 | 100.63 | 0.82 | 0.45 |
| Hex | 52 | D2 | 15 | 3D | 0 | 5A | 12 | 65 | 52 | 2D |
| Octal | 122 | 322 | 25 | 75 | 0 | 132 | 22 | 145 | 122 | 55 |
| Binary | 1010010 | 11010010 | 10101 | 111101 | 0 | 1011010 | 10010 | 1100101 | 1010010 | 101101 |
Color Harmonies of #52D215
Complementary color
Monochromatic Colors of #52D215
Black with #52D215
Text Example
Text Example
White with #52D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D215; }
p { color: rgb(82,210,21); }
H1.HeaderClassName
{
color: #52D215;
}
.AnyTagClassName
{
color: #52D215;
}
</style>
background-color css
<style>
a { background-color: #52D215; }
a { background-color: rgb(82,210,21); }
div.DivClassName
{
background-color: #52D215;
}
.BgClassName
{
background-color: #52D215;
}
</style>
border-color css
<style>
span { border-color: #52D215; }
span { border-color: rgb(82,210,21); }
td.TdClassName
{
border-color: #52D215;
}
.TagClassName
{
border-color: #52D215;
}
</style>