Shades of Kelly Green #52C511
Tints of Kelly Green #52C511
RGB
CMYK
RGB Variations
Color information
#52C511 (or 0x52C511) is known color: Kelly Green. HEX triplet: 52, C5 and 11. RGB value is (82,197,17). Sum of RGB (Red+Green+Blue) = 82+197+17=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #52C511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C511 is #AD3AEE. Grayscale: #8E8E8E. Windows color (decimal): -11352815 or 1164626. OLE color: 1164626.
HSL color Cylindrical-coordinate representation of color #52C511: hue angle of 98.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52C511 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 17 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.23 |
| HSL | 98.33º | 0.84% | 0.42% | - |
| HSV(B) | 98.33º | 0.91% | 0.77% | - |
| XYZ | 23.55 | 41.77 | 7.35 | - |
| YUV | 142.1 | 57.4 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 17 | 0.58 | 0 | 0.91 | 0.23 | 98.33 | 0.84 | 0.42 |
| Hex | 52 | C5 | 11 | 3A | 0 | 5B | 17 | 62 | 54 | 2A |
| Octal | 122 | 305 | 21 | 72 | 0 | 133 | 27 | 142 | 124 | 52 |
| Binary | 1010010 | 11000101 | 10001 | 111010 | 0 | 1011011 | 10111 | 1100010 | 1010100 | 101010 |
Color Harmonies of #52C511
Complementary color
Monochromatic Colors of #52C511
Black with #52C511
Text Example
Text Example
White with #52C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C511; }
p { color: rgb(82,197,17); }
H1.HeaderClassName
{
color: #52C511;
}
.AnyTagClassName
{
color: #52C511;
}
</style>
background-color css
<style>
a { background-color: #52C511; }
a { background-color: rgb(82,197,17); }
div.DivClassName
{
background-color: #52C511;
}
.BgClassName
{
background-color: #52C511;
}
</style>
border-color css
<style>
span { border-color: #52C511; }
span { border-color: rgb(82,197,17); }
td.TdClassName
{
border-color: #52C511;
}
.TagClassName
{
border-color: #52C511;
}
</style>