Shades of Kelly Green #52C217
Tints of Kelly Green #52C217
RGB
CMYK
RGB Variations
Color information
#52C217 (or 0x52C217) is known color: Kelly Green. HEX triplet: 52, C2 and 17. RGB value is (82,194,23). Sum of RGB (Red+Green+Blue) = 82+194+23=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #52C217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C217 is #AD3DE8. Grayscale: #8D8D8D. Windows color (decimal): -11353577 or 1557074. OLE color: 1557074.
HSL color Cylindrical-coordinate representation of color #52C217: hue angle of 99.3º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52C217 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 23 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.24 |
| HSL | 99.3º | 0.79% | 0.43% | - |
| HSV(B) | 99.3º | 0.88% | 0.76% | - |
| XYZ | 22.93 | 40.44 | 7.41 | - |
| YUV | 141.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 23 | 0.58 | 0 | 0.88 | 0.24 | 99.3 | 0.79 | 0.43 |
| Hex | 52 | C2 | 17 | 3A | 0 | 58 | 18 | 63 | 4F | 2B |
| Octal | 122 | 302 | 27 | 72 | 0 | 130 | 30 | 143 | 117 | 53 |
| Binary | 1010010 | 11000010 | 10111 | 111010 | 0 | 1011000 | 11000 | 1100011 | 1001111 | 101011 |
Color Harmonies of #52C217
Complementary color
Monochromatic Colors of #52C217
Black with #52C217
Text Example
Text Example
White with #52C217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C217; }
p { color: rgb(82,194,23); }
H1.HeaderClassName
{
color: #52C217;
}
.AnyTagClassName
{
color: #52C217;
}
</style>
background-color css
<style>
a { background-color: #52C217; }
a { background-color: rgb(82,194,23); }
div.DivClassName
{
background-color: #52C217;
}
.BgClassName
{
background-color: #52C217;
}
</style>
border-color css
<style>
span { border-color: #52C217; }
span { border-color: rgb(82,194,23); }
td.TdClassName
{
border-color: #52C217;
}
.TagClassName
{
border-color: #52C217;
}
</style>