Shades of Kelly Green #52E322
Tints of Kelly Green #52E322
RGB
CMYK
RGB Variations
Color information
#52E322 (or 0x52E322) is known color: Kelly Green. HEX triplet: 52, E3 and 22. RGB value is (82,227,34). Sum of RGB (Red+Green+Blue) = 82+227+34=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #52E322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E322 is #AD1CDD. Grayscale: #A2A2A2. Windows color (decimal): -11345118 or 2286418. OLE color: 2286418.
HSL color Cylindrical-coordinate representation of color #52E322: hue angle of 105.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52E322 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 34 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.11 |
| HSL | 105.08º | 0.78% | 0.51% | - |
| HSV(B) | 105.08º | 0.85% | 0.89% | - |
| XYZ | 31.24 | 56.85 | 10.84 | - |
| YUV | 161.64 | 55.96 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 34 | 0.64 | 0 | 0.85 | 0.11 | 105.08 | 0.78 | 0.51 |
| Hex | 52 | E3 | 22 | 40 | 0 | 55 | B | 69 | 4E | 33 |
| Octal | 122 | 343 | 42 | 100 | 0 | 125 | 13 | 151 | 116 | 63 |
| Binary | 1010010 | 11100011 | 100010 | 1000000 | 0 | 1010101 | 1011 | 1101001 | 1001110 | 110011 |
Color Harmonies of #52E322
Complementary color
Monochromatic Colors of #52E322
Black with #52E322
Text Example
Text Example
White with #52E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E322; }
p { color: rgb(82,227,34); }
H1.HeaderClassName
{
color: #52E322;
}
.AnyTagClassName
{
color: #52E322;
}
</style>
background-color css
<style>
a { background-color: #52E322; }
a { background-color: rgb(82,227,34); }
div.DivClassName
{
background-color: #52E322;
}
.BgClassName
{
background-color: #52E322;
}
</style>
border-color css
<style>
span { border-color: #52E322; }
span { border-color: rgb(82,227,34); }
td.TdClassName
{
border-color: #52E322;
}
.TagClassName
{
border-color: #52E322;
}
</style>