Shades of Kelly Green #52E127
Tints of Kelly Green #52E127
RGB
CMYK
RGB Variations
Color information
#52E127 (or 0x52E127) is known color: Kelly Green. HEX triplet: 52, E1 and 27. RGB value is (82,225,39). Sum of RGB (Red+Green+Blue) = 82+225+39=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #52E127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E127 is #AD1ED8. Grayscale: #A1A1A1. Windows color (decimal): -11345625 or 2613586. OLE color: 2613586.
HSL color Cylindrical-coordinate representation of color #52E127: hue angle of 106.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52E127 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 39 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.12 |
| HSL | 106.13º | 0.76% | 0.52% | - |
| HSV(B) | 106.13º | 0.83% | 0.88% | - |
| XYZ | 30.77 | 55.79 | 11.07 | - |
| YUV | 161.04 | 59.12 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 39 | 0.64 | 0 | 0.83 | 0.12 | 106.13 | 0.76 | 0.52 |
| Hex | 52 | E1 | 27 | 40 | 0 | 53 | C | 6A | 4C | 34 |
| Octal | 122 | 341 | 47 | 100 | 0 | 123 | 14 | 152 | 114 | 64 |
| Binary | 1010010 | 11100001 | 100111 | 1000000 | 0 | 1010011 | 1100 | 1101010 | 1001100 | 110100 |
Color Harmonies of #52E127
Complementary color
Monochromatic Colors of #52E127
Black with #52E127
Text Example
Text Example
White with #52E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E127; }
p { color: rgb(82,225,39); }
H1.HeaderClassName
{
color: #52E127;
}
.AnyTagClassName
{
color: #52E127;
}
</style>
background-color css
<style>
a { background-color: #52E127; }
a { background-color: rgb(82,225,39); }
div.DivClassName
{
background-color: #52E127;
}
.BgClassName
{
background-color: #52E127;
}
</style>
border-color css
<style>
span { border-color: #52E127; }
span { border-color: rgb(82,225,39); }
td.TdClassName
{
border-color: #52E127;
}
.TagClassName
{
border-color: #52E127;
}
</style>