Shades of Kelly Green #52B211
Tints of Kelly Green #52B211
RGB
CMYK
RGB Variations
Color information
#52B211 (or 0x52B211) is known color: Kelly Green. HEX triplet: 52, B2 and 11. RGB value is (82,178,17). Sum of RGB (Red+Green+Blue) = 82+178+17=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #52B211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B211 is #AD4DEE. Grayscale: #838383. Windows color (decimal): -11357679 or 1159762. OLE color: 1159762.
HSL color Cylindrical-coordinate representation of color #52B211: hue angle of 95.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52B211 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 17 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.30 |
| HSL | 95.78º | 0.83% | 0.38% | - |
| HSV(B) | 95.78º | 0.9% | 0.7% | - |
| XYZ | 19.5 | 33.68 | 6 | - |
| YUV | 130.94 | 63.7 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 17 | 0.54 | 0 | 0.90 | 0.30 | 95.78 | 0.83 | 0.38 |
| Hex | 52 | B2 | 11 | 36 | 0 | 5A | 1E | 60 | 53 | 26 |
| Octal | 122 | 262 | 21 | 66 | 0 | 132 | 36 | 140 | 123 | 46 |
| Binary | 1010010 | 10110010 | 10001 | 110110 | 0 | 1011010 | 11110 | 1100000 | 1010011 | 100110 |
Color Harmonies of #52B211
Complementary color
Monochromatic Colors of #52B211
Black with #52B211
Text Example
Text Example
White with #52B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B211; }
p { color: rgb(82,178,17); }
H1.HeaderClassName
{
color: #52B211;
}
.AnyTagClassName
{
color: #52B211;
}
</style>
background-color css
<style>
a { background-color: #52B211; }
a { background-color: rgb(82,178,17); }
div.DivClassName
{
background-color: #52B211;
}
.BgClassName
{
background-color: #52B211;
}
</style>
border-color css
<style>
span { border-color: #52B211; }
span { border-color: rgb(82,178,17); }
td.TdClassName
{
border-color: #52B211;
}
.TagClassName
{
border-color: #52B211;
}
</style>