Shades of Kelly Green #52A805
Tints of Kelly Green #52A805
RGB
CMYK
RGB Variations
Color information
#52A805 (or 0x52A805) is known color: Kelly Green. HEX triplet: 52, A8 and 05. RGB value is (82,168,5). Sum of RGB (Red+Green+Blue) = 82+168+5=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #52A805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A805 is #AD57FA. Grayscale: #7C7C7C. Windows color (decimal): -11360251 or 370770. OLE color: 370770.
HSL color Cylindrical-coordinate representation of color #52A805: hue angle of 91.66º 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 #52A805 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.34 |
| HSL | 91.66º | 0.94% | 0.34% | - |
| HSV(B) | 91.66º | 0.97% | 0.66% | - |
| XYZ | 17.51 | 29.81 | 4.97 | - |
| YUV | 123.7 | 61.01 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 5 | 0.51 | 0 | 0.97 | 0.34 | 91.66 | 0.94 | 0.34 |
| Hex | 52 | A8 | 5 | 33 | 0 | 61 | 22 | 5C | 5E | 22 |
| Octal | 122 | 250 | 5 | 63 | 0 | 141 | 42 | 134 | 136 | 42 |
| Binary | 1010010 | 10101000 | 101 | 110011 | 0 | 1100001 | 100010 | 1011100 | 1011110 | 100010 |
Color Harmonies of #52A805
Complementary color
Monochromatic Colors of #52A805
Black with #52A805
Text Example
Text Example
White with #52A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A805; }
p { color: rgb(82,168,5); }
H1.HeaderClassName
{
color: #52A805;
}
.AnyTagClassName
{
color: #52A805;
}
</style>
background-color css
<style>
a { background-color: #52A805; }
a { background-color: rgb(82,168,5); }
div.DivClassName
{
background-color: #52A805;
}
.BgClassName
{
background-color: #52A805;
}
</style>
border-color css
<style>
span { border-color: #52A805; }
span { border-color: rgb(82,168,5); }
td.TdClassName
{
border-color: #52A805;
}
.TagClassName
{
border-color: #52A805;
}
</style>