Shades of Kelly Green #52AA2D
Tints of Kelly Green #52AA2D
RGB
CMYK
RGB Variations
Color information
#52AA2D (or 0x52AA2D) is known color: Kelly Green. HEX triplet: 52, AA and 2D. RGB value is (82,170,45). Sum of RGB (Red+Green+Blue) = 82+170+45=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA2D is #AD55D2. Grayscale: #818181. Windows color (decimal): -11359699 or 2992722. OLE color: 2992722.
HSL color Cylindrical-coordinate representation of color #52AA2D: hue angle of 102.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52AA2D is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 45 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.33 |
| HSL | 102.24º | 0.58% | 0.42% | - |
| HSV(B) | 102.24º | 0.74% | 0.67% | - |
| XYZ | 18.33 | 30.73 | 7.45 | - |
| YUV | 129.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 45 | 0.52 | 0 | 0.74 | 0.33 | 102.24 | 0.58 | 0.42 |
| Hex | 52 | AA | 2D | 34 | 0 | 4A | 21 | 66 | 3A | 2A |
| Octal | 122 | 252 | 55 | 64 | 0 | 112 | 41 | 146 | 72 | 52 |
| Binary | 1010010 | 10101010 | 101101 | 110100 | 0 | 1001010 | 100001 | 1100110 | 111010 | 101010 |
Color Harmonies of #52AA2D
Complementary color
Monochromatic Colors of #52AA2D
Black with #52AA2D
Text Example
Text Example
White with #52AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA2D; }
p { color: rgb(82,170,45); }
H1.HeaderClassName
{
color: #52AA2D;
}
.AnyTagClassName
{
color: #52AA2D;
}
</style>
background-color css
<style>
a { background-color: #52AA2D; }
a { background-color: rgb(82,170,45); }
div.DivClassName
{
background-color: #52AA2D;
}
.BgClassName
{
background-color: #52AA2D;
}
</style>
border-color css
<style>
span { border-color: #52AA2D; }
span { border-color: rgb(82,170,45); }
td.TdClassName
{
border-color: #52AA2D;
}
.TagClassName
{
border-color: #52AA2D;
}
</style>