Shades of Kelly Green #52AB20
Tints of Kelly Green #52AB20
RGB
CMYK
RGB Variations
Color information
#52AB20 (or 0x52AB20) is known color: Kelly Green. HEX triplet: 52, AB and 20. RGB value is (82,171,32). Sum of RGB (Red+Green+Blue) = 82+171+32=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB20 is #AD54DF. Grayscale: #818181. Windows color (decimal): -11359456 or 2141010. OLE color: 2141010.
HSL color Cylindrical-coordinate representation of color #52AB20: hue angle of 98.42º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52AB20 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 32 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.33 |
| HSL | 98.42º | 0.68% | 0.4% | - |
| HSV(B) | 98.42º | 0.81% | 0.67% | - |
| XYZ | 18.3 | 31.02 | 6.39 | - |
| YUV | 128.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 32 | 0.52 | 0 | 0.81 | 0.33 | 98.42 | 0.68 | 0.4 |
| Hex | 52 | AB | 20 | 34 | 0 | 51 | 21 | 62 | 44 | 28 |
| Octal | 122 | 253 | 40 | 64 | 0 | 121 | 41 | 142 | 104 | 50 |
| Binary | 1010010 | 10101011 | 100000 | 110100 | 0 | 1010001 | 100001 | 1100010 | 1000100 | 101000 |
Color Harmonies of #52AB20
Complementary color
Monochromatic Colors of #52AB20
Black with #52AB20
Text Example
Text Example
White with #52AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB20; }
p { color: rgb(82,171,32); }
H1.HeaderClassName
{
color: #52AB20;
}
.AnyTagClassName
{
color: #52AB20;
}
</style>
background-color css
<style>
a { background-color: #52AB20; }
a { background-color: rgb(82,171,32); }
div.DivClassName
{
background-color: #52AB20;
}
.BgClassName
{
background-color: #52AB20;
}
</style>
border-color css
<style>
span { border-color: #52AB20; }
span { border-color: rgb(82,171,32); }
td.TdClassName
{
border-color: #52AB20;
}
.TagClassName
{
border-color: #52AB20;
}
</style>