Shades of Kelly Green #52A70B
Tints of Kelly Green #52A70B
RGB
CMYK
RGB Variations
Color information
#52A70B (or 0x52A70B) is known color: Kelly Green. HEX triplet: 52, A7 and 0B. RGB value is (82,167,11). Sum of RGB (Red+Green+Blue) = 82+167+11=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 167 (65.62% from 255 or 64.23% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 167 - color contains mainly: green. Hex color #52A70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A70B is #AD58F4. Grayscale: #7C7C7C. Windows color (decimal): -11360501 or 763730. OLE color: 763730.
HSL color Cylindrical-coordinate representation of color #52A70B: hue angle of 92.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52A70B is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 167 | 11 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.35 |
| HSL | 92.69º | 0.88% | 0.35% | - |
| HSV(B) | 92.69º | 0.93% | 0.65% | - |
| XYZ | 17.36 | 29.46 | 5.09 | - |
| YUV | 123.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 11 | 0.51 | 0 | 0.93 | 0.35 | 92.69 | 0.88 | 0.35 |
| Hex | 52 | A7 | B | 33 | 0 | 5D | 23 | 5D | 58 | 23 |
| Octal | 122 | 247 | 13 | 63 | 0 | 135 | 43 | 135 | 130 | 43 |
| Binary | 1010010 | 10100111 | 1011 | 110011 | 0 | 1011101 | 100011 | 1011101 | 1011000 | 100011 |
Color Harmonies of #52A70B
Complementary color
Monochromatic Colors of #52A70B
Black with #52A70B
Text Example
Text Example
White with #52A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A70B; }
p { color: rgb(82,167,11); }
H1.HeaderClassName
{
color: #52A70B;
}
.AnyTagClassName
{
color: #52A70B;
}
</style>
background-color css
<style>
a { background-color: #52A70B; }
a { background-color: rgb(82,167,11); }
div.DivClassName
{
background-color: #52A70B;
}
.BgClassName
{
background-color: #52A70B;
}
</style>
border-color css
<style>
span { border-color: #52A70B; }
span { border-color: rgb(82,167,11); }
td.TdClassName
{
border-color: #52A70B;
}
.TagClassName
{
border-color: #52A70B;
}
</style>