Shades of Kelly Green #52D414
Tints of Kelly Green #52D414
RGB
CMYK
RGB Variations
Color information
#52D414 (or 0x52D414) is known color: Kelly Green. HEX triplet: 52, D4 and 14. RGB value is (82,212,20). Sum of RGB (Red+Green+Blue) = 82+212+20=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #52D414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D414 is #AD2BEB. Grayscale: #979797. Windows color (decimal): -11348972 or 1365074. OLE color: 1365074.
HSL color Cylindrical-coordinate representation of color #52D414: hue angle of 100.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52D414 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 20 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.17 |
| HSL | 100.63º | 0.83% | 0.45% | - |
| HSV(B) | 100.63º | 0.91% | 0.83% | - |
| XYZ | 27.15 | 48.93 | 8.68 | - |
| YUV | 151.24 | 53.93 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 20 | 0.61 | 0 | 0.91 | 0.17 | 100.63 | 0.83 | 0.45 |
| Hex | 52 | D4 | 14 | 3D | 0 | 5B | 11 | 65 | 53 | 2D |
| Octal | 122 | 324 | 24 | 75 | 0 | 133 | 21 | 145 | 123 | 55 |
| Binary | 1010010 | 11010100 | 10100 | 111101 | 0 | 1011011 | 10001 | 1100101 | 1010011 | 101101 |
Color Harmonies of #52D414
Complementary color
Monochromatic Colors of #52D414
Black with #52D414
Text Example
Text Example
White with #52D414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D414; }
p { color: rgb(82,212,20); }
H1.HeaderClassName
{
color: #52D414;
}
.AnyTagClassName
{
color: #52D414;
}
</style>
background-color css
<style>
a { background-color: #52D414; }
a { background-color: rgb(82,212,20); }
div.DivClassName
{
background-color: #52D414;
}
.BgClassName
{
background-color: #52D414;
}
</style>
border-color css
<style>
span { border-color: #52D414; }
span { border-color: rgb(82,212,20); }
td.TdClassName
{
border-color: #52D414;
}
.TagClassName
{
border-color: #52D414;
}
</style>