Shades of Kelly Green #52A905
Tints of Kelly Green #52A905
RGB
CMYK
RGB Variations
Color information
#52A905 (or 0x52A905) is known color: Kelly Green. HEX triplet: 52, A9 and 05. RGB value is (82,169,5). Sum of RGB (Red+Green+Blue) = 82+169+5=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #52A905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A905 is #AD56FA. Grayscale: #7C7C7C. Windows color (decimal): -11359995 or 371026. OLE color: 371026.
HSL color Cylindrical-coordinate representation of color #52A905: hue angle of 91.83º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52A905 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.34 |
| HSL | 91.83º | 0.94% | 0.34% | - |
| HSV(B) | 91.83º | 0.97% | 0.66% | - |
| XYZ | 17.7 | 30.18 | 5.04 | - |
| YUV | 124.29 | 60.68 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 5 | 0.51 | 0 | 0.97 | 0.34 | 91.83 | 0.94 | 0.34 |
| Hex | 52 | A9 | 5 | 33 | 0 | 61 | 22 | 5C | 5E | 22 |
| Octal | 122 | 251 | 5 | 63 | 0 | 141 | 42 | 134 | 136 | 42 |
| Binary | 1010010 | 10101001 | 101 | 110011 | 0 | 1100001 | 100010 | 1011100 | 1011110 | 100010 |
Color Harmonies of #52A905
Complementary color
Monochromatic Colors of #52A905
Black with #52A905
Text Example
Text Example
White with #52A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A905; }
p { color: rgb(82,169,5); }
H1.HeaderClassName
{
color: #52A905;
}
.AnyTagClassName
{
color: #52A905;
}
</style>
background-color css
<style>
a { background-color: #52A905; }
a { background-color: rgb(82,169,5); }
div.DivClassName
{
background-color: #52A905;
}
.BgClassName
{
background-color: #52A905;
}
</style>
border-color css
<style>
span { border-color: #52A905; }
span { border-color: rgb(82,169,5); }
td.TdClassName
{
border-color: #52A905;
}
.TagClassName
{
border-color: #52A905;
}
</style>