Shades of Kelly Green #52B00A
Tints of Kelly Green #52B00A
RGB
CMYK
RGB Variations
Color information
#52B00A (or 0x52B00A) is known color: Kelly Green. HEX triplet: 52, B0 and 0A. RGB value is (82,176,10). Sum of RGB (Red+Green+Blue) = 82+176+10=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #52B00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B00A is #AD4FF5. Grayscale: #818181. Windows color (decimal): -11358198 or 700498. OLE color: 700498.
HSL color Cylindrical-coordinate representation of color #52B00A: hue angle of 93.98º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52B00A is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 10 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.31 |
| HSL | 93.98º | 0.89% | 0.36% | - |
| HSV(B) | 93.98º | 0.94% | 0.69% | - |
| XYZ | 19.06 | 32.87 | 5.63 | - |
| YUV | 128.97 | 60.86 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 10 | 0.53 | 0 | 0.94 | 0.31 | 93.98 | 0.89 | 0.36 |
| Hex | 52 | B0 | A | 35 | 0 | 5E | 1F | 5E | 59 | 24 |
| Octal | 122 | 260 | 12 | 65 | 0 | 136 | 37 | 136 | 131 | 44 |
| Binary | 1010010 | 10110000 | 1010 | 110101 | 0 | 1011110 | 11111 | 1011110 | 1011001 | 100100 |
Color Harmonies of #52B00A
Complementary color
Monochromatic Colors of #52B00A
Black with #52B00A
Text Example
Text Example
White with #52B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B00A; }
p { color: rgb(82,176,10); }
H1.HeaderClassName
{
color: #52B00A;
}
.AnyTagClassName
{
color: #52B00A;
}
</style>
background-color css
<style>
a { background-color: #52B00A; }
a { background-color: rgb(82,176,10); }
div.DivClassName
{
background-color: #52B00A;
}
.BgClassName
{
background-color: #52B00A;
}
</style>
border-color css
<style>
span { border-color: #52B00A; }
span { border-color: rgb(82,176,10); }
td.TdClassName
{
border-color: #52B00A;
}
.TagClassName
{
border-color: #52B00A;
}
</style>