Shades of Kelly Green #52AA04
Tints of Kelly Green #52AA04
RGB
CMYK
RGB Variations
Color information
#52AA04 (or 0x52AA04) is known color: Kelly Green. HEX triplet: 52, AA and 04. RGB value is (82,170,4). Sum of RGB (Red+Green+Blue) = 82+170+4=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AA04 is #AD55FB. Grayscale: #7D7D7D. Windows color (decimal): -11359740 or 305746. OLE color: 305746.
HSL color Cylindrical-coordinate representation of color #52AA04: hue angle of 91.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52AA04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 4 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.33 |
| HSL | 91.81º | 0.95% | 0.34% | - |
| HSV(B) | 91.81º | 0.98% | 0.67% | - |
| XYZ | 17.88 | 30.55 | 5.07 | - |
| YUV | 124.76 | 59.85 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 4 | 0.52 | 0 | 0.98 | 0.33 | 91.81 | 0.95 | 0.34 |
| Hex | 52 | AA | 4 | 34 | 0 | 62 | 21 | 5C | 5F | 22 |
| Octal | 122 | 252 | 4 | 64 | 0 | 142 | 41 | 134 | 137 | 42 |
| Binary | 1010010 | 10101010 | 100 | 110100 | 0 | 1100010 | 100001 | 1011100 | 1011111 | 100010 |
Color Harmonies of #52AA04
Complementary color
Monochromatic Colors of #52AA04
Black with #52AA04
Text Example
Text Example
White with #52AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA04; }
p { color: rgb(82,170,4); }
H1.HeaderClassName
{
color: #52AA04;
}
.AnyTagClassName
{
color: #52AA04;
}
</style>
background-color css
<style>
a { background-color: #52AA04; }
a { background-color: rgb(82,170,4); }
div.DivClassName
{
background-color: #52AA04;
}
.BgClassName
{
background-color: #52AA04;
}
</style>
border-color css
<style>
span { border-color: #52AA04; }
span { border-color: rgb(82,170,4); }
td.TdClassName
{
border-color: #52AA04;
}
.TagClassName
{
border-color: #52AA04;
}
</style>