Shades of Kelly Green #52C216
Tints of Kelly Green #52C216
RGB
CMYK
RGB Variations
Color information
#52C216 (or 0x52C216) is known color: Kelly Green. HEX triplet: 52, C2 and 16. RGB value is (82,194,22). Sum of RGB (Red+Green+Blue) = 82+194+22=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #52C216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C216 is #AD3DE9. Grayscale: #8D8D8D. Windows color (decimal): -11353578 or 1491538. OLE color: 1491538.
HSL color Cylindrical-coordinate representation of color #52C216: hue angle of 99.07º 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 #52C216 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 22 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.24 |
| HSL | 99.07º | 0.8% | 0.42% | - |
| HSV(B) | 99.07º | 0.89% | 0.76% | - |
| XYZ | 22.92 | 40.44 | 7.36 | - |
| YUV | 140.9 | 60.89 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 22 | 0.58 | 0 | 0.89 | 0.24 | 99.07 | 0.8 | 0.42 |
| Hex | 52 | C2 | 16 | 3A | 0 | 59 | 18 | 63 | 50 | 2A |
| Octal | 122 | 302 | 26 | 72 | 0 | 131 | 30 | 143 | 120 | 52 |
| Binary | 1010010 | 11000010 | 10110 | 111010 | 0 | 1011001 | 11000 | 1100011 | 1010000 | 101010 |
Color Harmonies of #52C216
Complementary color
Monochromatic Colors of #52C216
Black with #52C216
Text Example
Text Example
White with #52C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C216; }
p { color: rgb(82,194,22); }
H1.HeaderClassName
{
color: #52C216;
}
.AnyTagClassName
{
color: #52C216;
}
</style>
background-color css
<style>
a { background-color: #52C216; }
a { background-color: rgb(82,194,22); }
div.DivClassName
{
background-color: #52C216;
}
.BgClassName
{
background-color: #52C216;
}
</style>
border-color css
<style>
span { border-color: #52C216; }
span { border-color: rgb(82,194,22); }
td.TdClassName
{
border-color: #52C216;
}
.TagClassName
{
border-color: #52C216;
}
</style>