Shades of Kelly Green #52DD14
Tints of Kelly Green #52DD14
RGB
CMYK
RGB Variations
Color information
#52DD14 (or 0x52DD14) is known color: Kelly Green. HEX triplet: 52, DD and 14. RGB value is (82,221,20). Sum of RGB (Red+Green+Blue) = 82+221+20=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DD14 is #AD22EB. Grayscale: #9D9D9D. Windows color (decimal): -11346668 or 1367378. OLE color: 1367378.
HSL color Cylindrical-coordinate representation of color #52DD14: hue angle of 101.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52DD14 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 20 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.13 |
| HSL | 101.49º | 0.83% | 0.47% | - |
| HSV(B) | 101.49º | 0.91% | 0.87% | - |
| XYZ | 29.46 | 53.56 | 9.45 | - |
| YUV | 156.53 | 50.95 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 20 | 0.63 | 0 | 0.91 | 0.13 | 101.49 | 0.83 | 0.47 |
| Hex | 52 | DD | 14 | 3F | 0 | 5B | D | 65 | 53 | 2F |
| Octal | 122 | 335 | 24 | 77 | 0 | 133 | 15 | 145 | 123 | 57 |
| Binary | 1010010 | 11011101 | 10100 | 111111 | 0 | 1011011 | 1101 | 1100101 | 1010011 | 101111 |
Color Harmonies of #52DD14
Complementary color
Monochromatic Colors of #52DD14
Black with #52DD14
Text Example
Text Example
White with #52DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD14; }
p { color: rgb(82,221,20); }
H1.HeaderClassName
{
color: #52DD14;
}
.AnyTagClassName
{
color: #52DD14;
}
</style>
background-color css
<style>
a { background-color: #52DD14; }
a { background-color: rgb(82,221,20); }
div.DivClassName
{
background-color: #52DD14;
}
.BgClassName
{
background-color: #52DD14;
}
</style>
border-color css
<style>
span { border-color: #52DD14; }
span { border-color: rgb(82,221,20); }
td.TdClassName
{
border-color: #52DD14;
}
.TagClassName
{
border-color: #52DD14;
}
</style>