Shades of Kelly Green #52E124
Tints of Kelly Green #52E124
RGB
CMYK
RGB Variations
Color information
#52E124 (or 0x52E124) is known color: Kelly Green. HEX triplet: 52, E1 and 24. RGB value is (82,225,36). Sum of RGB (Red+Green+Blue) = 82+225+36=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #52E124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E124 is #AD1EDB. Grayscale: #A1A1A1. Windows color (decimal): -11345628 or 2416978. OLE color: 2416978.
HSL color Cylindrical-coordinate representation of color #52E124: hue angle of 105.4º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52E124 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 36 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.12 |
| HSL | 105.4º | 0.76% | 0.51% | - |
| HSV(B) | 105.4º | 0.84% | 0.88% | - |
| XYZ | 30.72 | 55.77 | 10.81 | - |
| YUV | 160.7 | 57.62 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 36 | 0.64 | 0 | 0.84 | 0.12 | 105.4 | 0.76 | 0.51 |
| Hex | 52 | E1 | 24 | 40 | 0 | 54 | C | 69 | 4C | 33 |
| Octal | 122 | 341 | 44 | 100 | 0 | 124 | 14 | 151 | 114 | 63 |
| Binary | 1010010 | 11100001 | 100100 | 1000000 | 0 | 1010100 | 1100 | 1101001 | 1001100 | 110011 |
Color Harmonies of #52E124
Complementary color
Monochromatic Colors of #52E124
Black with #52E124
Text Example
Text Example
White with #52E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E124; }
p { color: rgb(82,225,36); }
H1.HeaderClassName
{
color: #52E124;
}
.AnyTagClassName
{
color: #52E124;
}
</style>
background-color css
<style>
a { background-color: #52E124; }
a { background-color: rgb(82,225,36); }
div.DivClassName
{
background-color: #52E124;
}
.BgClassName
{
background-color: #52E124;
}
</style>
border-color css
<style>
span { border-color: #52E124; }
span { border-color: rgb(82,225,36); }
td.TdClassName
{
border-color: #52E124;
}
.TagClassName
{
border-color: #52E124;
}
</style>