Shades of Kelly Green #52A40B
Tints of Kelly Green #52A40B
RGB
CMYK
RGB Variations
Color information
#52A40B (or 0x52A40B) is known color: Kelly Green. HEX triplet: 52, A4 and 0B. RGB value is (82,164,11). Sum of RGB (Red+Green+Blue) = 82+164+11=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #52A40B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A40B is #AD5BF4. Grayscale: #7A7A7A. Windows color (decimal): -11361269 or 762962. OLE color: 762962.
HSL color Cylindrical-coordinate representation of color #52A40B: hue angle of 92.16º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52A40B is Cyan = 0.5, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 11 | - |
| CMYK | 0.5 | 0 | 0.93 | 0.36 |
| HSL | 92.16º | 0.87% | 0.34% | - |
| HSV(B) | 92.16º | 0.93% | 0.64% | - |
| XYZ | 16.82 | 28.37 | 4.91 | - |
| YUV | 122.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 11 | 0.5 | 0 | 0.93 | 0.36 | 92.16 | 0.87 | 0.34 |
| Hex | 52 | A4 | B | 32 | 0 | 5D | 24 | 5C | 57 | 22 |
| Octal | 122 | 244 | 13 | 62 | 0 | 135 | 44 | 134 | 127 | 42 |
| Binary | 1010010 | 10100100 | 1011 | 110010 | 0 | 1011101 | 100100 | 1011100 | 1010111 | 100010 |
Color Harmonies of #52A40B
Complementary color
Monochromatic Colors of #52A40B
Black with #52A40B
Text Example
Text Example
White with #52A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A40B; }
p { color: rgb(82,164,11); }
H1.HeaderClassName
{
color: #52A40B;
}
.AnyTagClassName
{
color: #52A40B;
}
</style>
background-color css
<style>
a { background-color: #52A40B; }
a { background-color: rgb(82,164,11); }
div.DivClassName
{
background-color: #52A40B;
}
.BgClassName
{
background-color: #52A40B;
}
</style>
border-color css
<style>
span { border-color: #52A40B; }
span { border-color: rgb(82,164,11); }
td.TdClassName
{
border-color: #52A40B;
}
.TagClassName
{
border-color: #52A40B;
}
</style>