Shades of Kelly Green #52C515
Tints of Kelly Green #52C515
RGB
CMYK
RGB Variations
Color information
#52C515 (or 0x52C515) is known color: Kelly Green. HEX triplet: 52, C5 and 15. RGB value is (82,197,21). Sum of RGB (Red+Green+Blue) = 82+197+21=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #52C515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C515 is #AD3AEA. Grayscale: #8F8F8F. Windows color (decimal): -11352811 or 1426770. OLE color: 1426770.
HSL color Cylindrical-coordinate representation of color #52C515: hue angle of 99.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52C515 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 21 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.23 |
| HSL | 99.2º | 0.81% | 0.43% | - |
| HSV(B) | 99.2º | 0.89% | 0.77% | - |
| XYZ | 23.58 | 41.78 | 7.53 | - |
| YUV | 142.55 | 59.4 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 21 | 0.58 | 0 | 0.89 | 0.23 | 99.2 | 0.81 | 0.43 |
| Hex | 52 | C5 | 15 | 3A | 0 | 59 | 17 | 63 | 51 | 2B |
| Octal | 122 | 305 | 25 | 72 | 0 | 131 | 27 | 143 | 121 | 53 |
| Binary | 1010010 | 11000101 | 10101 | 111010 | 0 | 1011001 | 10111 | 1100011 | 1010001 | 101011 |
Color Harmonies of #52C515
Complementary color
Monochromatic Colors of #52C515
Black with #52C515
Text Example
Text Example
White with #52C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C515; }
p { color: rgb(82,197,21); }
H1.HeaderClassName
{
color: #52C515;
}
.AnyTagClassName
{
color: #52C515;
}
</style>
background-color css
<style>
a { background-color: #52C515; }
a { background-color: rgb(82,197,21); }
div.DivClassName
{
background-color: #52C515;
}
.BgClassName
{
background-color: #52C515;
}
</style>
border-color css
<style>
span { border-color: #52C515; }
span { border-color: rgb(82,197,21); }
td.TdClassName
{
border-color: #52C515;
}
.TagClassName
{
border-color: #52C515;
}
</style>