Shades of Kelly Green #52E117
Tints of Kelly Green #52E117
RGB
CMYK
RGB Variations
Color information
#52E117 (or 0x52E117) is known color: Kelly Green. HEX triplet: 52, E1 and 17. RGB value is (82,225,23). Sum of RGB (Red+Green+Blue) = 82+225+23=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #52E117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E117 is #AD1EE8. Grayscale: #9F9F9F. Windows color (decimal): -11345641 or 1565010. OLE color: 1565010.
HSL color Cylindrical-coordinate representation of color #52E117: hue angle of 102.48º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52E117 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 23 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.12 |
| HSL | 102.48º | 0.81% | 0.49% | - |
| HSV(B) | 102.48º | 0.9% | 0.88% | - |
| XYZ | 30.56 | 55.71 | 9.95 | - |
| YUV | 159.22 | 51.12 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 23 | 0.64 | 0 | 0.90 | 0.12 | 102.48 | 0.81 | 0.49 |
| Hex | 52 | E1 | 17 | 40 | 0 | 5A | C | 66 | 51 | 31 |
| Octal | 122 | 341 | 27 | 100 | 0 | 132 | 14 | 146 | 121 | 61 |
| Binary | 1010010 | 11100001 | 10111 | 1000000 | 0 | 1011010 | 1100 | 1100110 | 1010001 | 110001 |
Color Harmonies of #52E117
Complementary color
Monochromatic Colors of #52E117
Black with #52E117
Text Example
Text Example
White with #52E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E117; }
p { color: rgb(82,225,23); }
H1.HeaderClassName
{
color: #52E117;
}
.AnyTagClassName
{
color: #52E117;
}
</style>
background-color css
<style>
a { background-color: #52E117; }
a { background-color: rgb(82,225,23); }
div.DivClassName
{
background-color: #52E117;
}
.BgClassName
{
background-color: #52E117;
}
</style>
border-color css
<style>
span { border-color: #52E117; }
span { border-color: rgb(82,225,23); }
td.TdClassName
{
border-color: #52E117;
}
.TagClassName
{
border-color: #52E117;
}
</style>