Shades of Kelly Green #52E214
Tints of Kelly Green #52E214
RGB
CMYK
RGB Variations
Color information
#52E214 (or 0x52E214) is known color: Kelly Green. HEX triplet: 52, E2 and 14. RGB value is (82,226,20). Sum of RGB (Red+Green+Blue) = 82+226+20=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 226 (88.67% from 255 or 68.90% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 226 - color contains mainly: green. Hex color #52E214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E214 is #AD1DEB. Grayscale: #A0A0A0. Windows color (decimal): -11345388 or 1368658. OLE color: 1368658.
HSL color Cylindrical-coordinate representation of color #52E214: hue angle of 101.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52E214 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 20 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.11 |
| HSL | 101.94º | 0.84% | 0.48% | - |
| HSV(B) | 101.94º | 0.91% | 0.89% | - |
| XYZ | 30.8 | 56.24 | 9.89 | - |
| YUV | 159.46 | 49.29 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 20 | 0.64 | 0 | 0.91 | 0.11 | 101.94 | 0.84 | 0.48 |
| Hex | 52 | E2 | 14 | 40 | 0 | 5B | B | 66 | 54 | 30 |
| Octal | 122 | 342 | 24 | 100 | 0 | 133 | 13 | 146 | 124 | 60 |
| Binary | 1010010 | 11100010 | 10100 | 1000000 | 0 | 1011011 | 1011 | 1100110 | 1010100 | 110000 |
Color Harmonies of #52E214
Complementary color
Monochromatic Colors of #52E214
Black with #52E214
Text Example
Text Example
White with #52E214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E214; }
p { color: rgb(82,226,20); }
H1.HeaderClassName
{
color: #52E214;
}
.AnyTagClassName
{
color: #52E214;
}
</style>
background-color css
<style>
a { background-color: #52E214; }
a { background-color: rgb(82,226,20); }
div.DivClassName
{
background-color: #52E214;
}
.BgClassName
{
background-color: #52E214;
}
</style>
border-color css
<style>
span { border-color: #52E214; }
span { border-color: rgb(82,226,20); }
td.TdClassName
{
border-color: #52E214;
}
.TagClassName
{
border-color: #52E214;
}
</style>