Shades of Kelly Green #52C215
Tints of Kelly Green #52C215
RGB
CMYK
RGB Variations
Color information
#52C215 (or 0x52C215) is known color: Kelly Green. HEX triplet: 52, C2 and 15. RGB value is (82,194,21). Sum of RGB (Red+Green+Blue) = 82+194+21=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #52C215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C215 is #AD3DEA. Grayscale: #8D8D8D. Windows color (decimal): -11353579 or 1426002. OLE color: 1426002.
HSL color Cylindrical-coordinate representation of color #52C215: hue angle of 98.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52C215 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 21 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.24 |
| HSL | 98.84º | 0.8% | 0.42% | - |
| HSV(B) | 98.84º | 0.89% | 0.76% | - |
| XYZ | 22.91 | 40.43 | 7.31 | - |
| YUV | 140.79 | 60.39 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 21 | 0.58 | 0 | 0.89 | 0.24 | 98.84 | 0.8 | 0.42 |
| Hex | 52 | C2 | 15 | 3A | 0 | 59 | 18 | 63 | 50 | 2A |
| Octal | 122 | 302 | 25 | 72 | 0 | 131 | 30 | 143 | 120 | 52 |
| Binary | 1010010 | 11000010 | 10101 | 111010 | 0 | 1011001 | 11000 | 1100011 | 1010000 | 101010 |
Color Harmonies of #52C215
Complementary color
Monochromatic Colors of #52C215
Black with #52C215
Text Example
Text Example
White with #52C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C215; }
p { color: rgb(82,194,21); }
H1.HeaderClassName
{
color: #52C215;
}
.AnyTagClassName
{
color: #52C215;
}
</style>
background-color css
<style>
a { background-color: #52C215; }
a { background-color: rgb(82,194,21); }
div.DivClassName
{
background-color: #52C215;
}
.BgClassName
{
background-color: #52C215;
}
</style>
border-color css
<style>
span { border-color: #52C215; }
span { border-color: rgb(82,194,21); }
td.TdClassName
{
border-color: #52C215;
}
.TagClassName
{
border-color: #52C215;
}
</style>