Shades of Kelly Green #52AC2D
Tints of Kelly Green #52AC2D
RGB
CMYK
RGB Variations
Color information
#52AC2D (or 0x52AC2D) is known color: Kelly Green. HEX triplet: 52, AC and 2D. RGB value is (82,172,45). Sum of RGB (Red+Green+Blue) = 82+172+45=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC2D is #AD53D2. Grayscale: #838383. Windows color (decimal): -11359187 or 2993234. OLE color: 2993234.
HSL color Cylindrical-coordinate representation of color #52AC2D: hue angle of 102.52º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52AC2D is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 45 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.33 |
| HSL | 102.52º | 0.59% | 0.43% | - |
| HSV(B) | 102.52º | 0.74% | 0.67% | - |
| XYZ | 18.71 | 31.49 | 7.57 | - |
| YUV | 130.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 45 | 0.52 | 0 | 0.74 | 0.33 | 102.52 | 0.59 | 0.43 |
| Hex | 52 | AC | 2D | 34 | 0 | 4A | 21 | 67 | 3B | 2B |
| Octal | 122 | 254 | 55 | 64 | 0 | 112 | 41 | 147 | 73 | 53 |
| Binary | 1010010 | 10101100 | 101101 | 110100 | 0 | 1001010 | 100001 | 1100111 | 111011 | 101011 |
Color Harmonies of #52AC2D
Complementary color
Monochromatic Colors of #52AC2D
Black with #52AC2D
Text Example
Text Example
White with #52AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC2D; }
p { color: rgb(82,172,45); }
H1.HeaderClassName
{
color: #52AC2D;
}
.AnyTagClassName
{
color: #52AC2D;
}
</style>
background-color css
<style>
a { background-color: #52AC2D; }
a { background-color: rgb(82,172,45); }
div.DivClassName
{
background-color: #52AC2D;
}
.BgClassName
{
background-color: #52AC2D;
}
</style>
border-color css
<style>
span { border-color: #52AC2D; }
span { border-color: rgb(82,172,45); }
td.TdClassName
{
border-color: #52AC2D;
}
.TagClassName
{
border-color: #52AC2D;
}
</style>