Shades of Kelly Green #52D115
Tints of Kelly Green #52D115
RGB
CMYK
RGB Variations
Color information
#52D115 (or 0x52D115) is known color: Kelly Green. HEX triplet: 52, D1 and 15. RGB value is (82,209,21). Sum of RGB (Red+Green+Blue) = 82+209+21=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #52D115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D115 is #AD2EEA. Grayscale: #969696. Windows color (decimal): -11349739 or 1429842. OLE color: 1429842.
HSL color Cylindrical-coordinate representation of color #52D115: hue angle of 100.53º 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 #52D115 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 21 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.18 |
| HSL | 100.53º | 0.82% | 0.45% | - |
| HSV(B) | 100.53º | 0.9% | 0.82% | - |
| XYZ | 26.42 | 47.45 | 8.48 | - |
| YUV | 149.6 | 55.42 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 21 | 0.61 | 0 | 0.90 | 0.18 | 100.53 | 0.82 | 0.45 |
| Hex | 52 | D1 | 15 | 3D | 0 | 5A | 12 | 65 | 52 | 2D |
| Octal | 122 | 321 | 25 | 75 | 0 | 132 | 22 | 145 | 122 | 55 |
| Binary | 1010010 | 11010001 | 10101 | 111101 | 0 | 1011010 | 10010 | 1100101 | 1010010 | 101101 |
Color Harmonies of #52D115
Complementary color
Monochromatic Colors of #52D115
Black with #52D115
Text Example
Text Example
White with #52D115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D115; }
p { color: rgb(82,209,21); }
H1.HeaderClassName
{
color: #52D115;
}
.AnyTagClassName
{
color: #52D115;
}
</style>
background-color css
<style>
a { background-color: #52D115; }
a { background-color: rgb(82,209,21); }
div.DivClassName
{
background-color: #52D115;
}
.BgClassName
{
background-color: #52D115;
}
</style>
border-color css
<style>
span { border-color: #52D115; }
span { border-color: rgb(82,209,21); }
td.TdClassName
{
border-color: #52D115;
}
.TagClassName
{
border-color: #52D115;
}
</style>