Shades of Kelly Green #52C220
Tints of Kelly Green #52C220
RGB
CMYK
RGB Variations
Color information
#52C220 (or 0x52C220) is known color: Kelly Green. HEX triplet: 52, C2 and 20. RGB value is (82,194,32). Sum of RGB (Red+Green+Blue) = 82+194+32=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #52C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C220 is #AD3DDF. Grayscale: #8E8E8E. Windows color (decimal): -11353568 or 2146898. OLE color: 2146898.
HSL color Cylindrical-coordinate representation of color #52C220: hue angle of 101.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C220 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 32 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.24 |
| HSL | 101.48º | 0.72% | 0.44% | - |
| HSV(B) | 101.48º | 0.84% | 0.76% | - |
| XYZ | 23.03 | 40.48 | 7.97 | - |
| YUV | 142.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 32 | 0.58 | 0 | 0.84 | 0.24 | 101.48 | 0.72 | 0.44 |
| Hex | 52 | C2 | 20 | 3A | 0 | 54 | 18 | 65 | 48 | 2C |
| Octal | 122 | 302 | 40 | 72 | 0 | 124 | 30 | 145 | 110 | 54 |
| Binary | 1010010 | 11000010 | 100000 | 111010 | 0 | 1010100 | 11000 | 1100101 | 1001000 | 101100 |
Color Harmonies of #52C220
Complementary color
Monochromatic Colors of #52C220
Black with #52C220
Text Example
Text Example
White with #52C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C220; }
p { color: rgb(82,194,32); }
H1.HeaderClassName
{
color: #52C220;
}
.AnyTagClassName
{
color: #52C220;
}
</style>
background-color css
<style>
a { background-color: #52C220; }
a { background-color: rgb(82,194,32); }
div.DivClassName
{
background-color: #52C220;
}
.BgClassName
{
background-color: #52C220;
}
</style>
border-color css
<style>
span { border-color: #52C220; }
span { border-color: rgb(82,194,32); }
td.TdClassName
{
border-color: #52C220;
}
.TagClassName
{
border-color: #52C220;
}
</style>