Shades of Kelly Green #52A20D
Tints of Kelly Green #52A20D
RGB
CMYK
RGB Variations
Color information
#52A20D (or 0x52A20D) is known color: Kelly Green. HEX triplet: 52, A2 and 0D. RGB value is (82,162,13). Sum of RGB (Red+Green+Blue) = 82+162+13=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #52A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A20D is #AD5DF2. Grayscale: #797979. Windows color (decimal): -11361779 or 893522. OLE color: 893522.
HSL color Cylindrical-coordinate representation of color #52A20D: hue angle of 92.21º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52A20D is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 13 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.36 |
| HSL | 92.21º | 0.85% | 0.34% | - |
| HSV(B) | 92.21º | 0.92% | 0.64% | - |
| XYZ | 16.47 | 27.66 | 4.85 | - |
| YUV | 121.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 13 | 0.49 | 0 | 0.92 | 0.36 | 92.21 | 0.85 | 0.34 |
| Hex | 52 | A2 | D | 31 | 0 | 5C | 24 | 5C | 55 | 22 |
| Octal | 122 | 242 | 15 | 61 | 0 | 134 | 44 | 134 | 125 | 42 |
| Binary | 1010010 | 10100010 | 1101 | 110001 | 0 | 1011100 | 100100 | 1011100 | 1010101 | 100010 |
Color Harmonies of #52A20D
Complementary color
Monochromatic Colors of #52A20D
Black with #52A20D
Text Example
Text Example
White with #52A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A20D; }
p { color: rgb(82,162,13); }
H1.HeaderClassName
{
color: #52A20D;
}
.AnyTagClassName
{
color: #52A20D;
}
</style>
background-color css
<style>
a { background-color: #52A20D; }
a { background-color: rgb(82,162,13); }
div.DivClassName
{
background-color: #52A20D;
}
.BgClassName
{
background-color: #52A20D;
}
</style>
border-color css
<style>
span { border-color: #52A20D; }
span { border-color: rgb(82,162,13); }
td.TdClassName
{
border-color: #52A20D;
}
.TagClassName
{
border-color: #52A20D;
}
</style>