Shades of Kelly Green #52AB0C
Tints of Kelly Green #52AB0C
RGB
CMYK
RGB Variations
Color information
#52AB0C (or 0x52AB0C) is known color: Kelly Green. HEX triplet: 52, AB and 0C. RGB value is (82,171,12). Sum of RGB (Red+Green+Blue) = 82+171+12=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB0C is #AD54F3. Grayscale: #7E7E7E. Windows color (decimal): -11359476 or 830290. OLE color: 830290.
HSL color Cylindrical-coordinate representation of color #52AB0C: hue angle of 93.58º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52AB0C is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 12 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.33 |
| HSL | 93.58º | 0.87% | 0.36% | - |
| HSV(B) | 93.58º | 0.93% | 0.67% | - |
| XYZ | 18.11 | 30.95 | 5.37 | - |
| YUV | 126.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 12 | 0.52 | 0 | 0.93 | 0.33 | 93.58 | 0.87 | 0.36 |
| Hex | 52 | AB | C | 34 | 0 | 5D | 21 | 5E | 57 | 24 |
| Octal | 122 | 253 | 14 | 64 | 0 | 135 | 41 | 136 | 127 | 44 |
| Binary | 1010010 | 10101011 | 1100 | 110100 | 0 | 1011101 | 100001 | 1011110 | 1010111 | 100100 |
Color Harmonies of #52AB0C
Complementary color
Monochromatic Colors of #52AB0C
Black with #52AB0C
Text Example
Text Example
White with #52AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB0C; }
p { color: rgb(82,171,12); }
H1.HeaderClassName
{
color: #52AB0C;
}
.AnyTagClassName
{
color: #52AB0C;
}
</style>
background-color css
<style>
a { background-color: #52AB0C; }
a { background-color: rgb(82,171,12); }
div.DivClassName
{
background-color: #52AB0C;
}
.BgClassName
{
background-color: #52AB0C;
}
</style>
border-color css
<style>
span { border-color: #52AB0C; }
span { border-color: rgb(82,171,12); }
td.TdClassName
{
border-color: #52AB0C;
}
.TagClassName
{
border-color: #52AB0C;
}
</style>