Shades of Kelly Green #52DA15
Tints of Kelly Green #52DA15
RGB
CMYK
RGB Variations
Color information
#52DA15 (or 0x52DA15) is known color: Kelly Green. HEX triplet: 52, DA and 15. RGB value is (82,218,21). Sum of RGB (Red+Green+Blue) = 82+218+21=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA15 is #AD25EA. Grayscale: #9B9B9B. Windows color (decimal): -11347435 or 1432146. OLE color: 1432146.
HSL color Cylindrical-coordinate representation of color #52DA15: hue angle of 101.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52DA15 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 21 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.15 |
| HSL | 101.42º | 0.82% | 0.47% | - |
| HSV(B) | 101.42º | 0.9% | 0.85% | - |
| XYZ | 28.69 | 51.99 | 9.23 | - |
| YUV | 154.88 | 52.44 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 21 | 0.62 | 0 | 0.90 | 0.15 | 101.42 | 0.82 | 0.47 |
| Hex | 52 | DA | 15 | 3E | 0 | 5A | F | 65 | 52 | 2F |
| Octal | 122 | 332 | 25 | 76 | 0 | 132 | 17 | 145 | 122 | 57 |
| Binary | 1010010 | 11011010 | 10101 | 111110 | 0 | 1011010 | 1111 | 1100101 | 1010010 | 101111 |
Color Harmonies of #52DA15
Complementary color
Monochromatic Colors of #52DA15
Black with #52DA15
Text Example
Text Example
White with #52DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA15; }
p { color: rgb(82,218,21); }
H1.HeaderClassName
{
color: #52DA15;
}
.AnyTagClassName
{
color: #52DA15;
}
</style>
background-color css
<style>
a { background-color: #52DA15; }
a { background-color: rgb(82,218,21); }
div.DivClassName
{
background-color: #52DA15;
}
.BgClassName
{
background-color: #52DA15;
}
</style>
border-color css
<style>
span { border-color: #52DA15; }
span { border-color: rgb(82,218,21); }
td.TdClassName
{
border-color: #52DA15;
}
.TagClassName
{
border-color: #52DA15;
}
</style>