Shades of Kelly Green #52C70D
Tints of Kelly Green #52C70D
RGB
CMYK
RGB Variations
Color information
#52C70D (or 0x52C70D) is known color: Kelly Green. HEX triplet: 52, C7 and 0D. RGB value is (82,199,13). Sum of RGB (Red+Green+Blue) = 82+199+13=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 199 (78.12% from 255 or 67.69% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 199 - color contains mainly: green. Hex color #52C70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C70D is #AD38F2. Grayscale: #8F8F8F. Windows color (decimal): -11352307 or 902994. OLE color: 902994.
HSL color Cylindrical-coordinate representation of color #52C70D: hue angle of 97.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52C70D is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 13 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.22 |
| HSL | 97.74º | 0.88% | 0.42% | - |
| HSV(B) | 97.74º | 0.93% | 0.78% | - |
| XYZ | 23.98 | 42.67 | 7.35 | - |
| YUV | 142.81 | 54.74 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 13 | 0.59 | 0 | 0.93 | 0.22 | 97.74 | 0.88 | 0.42 |
| Hex | 52 | C7 | D | 3B | 0 | 5D | 16 | 62 | 58 | 2A |
| Octal | 122 | 307 | 15 | 73 | 0 | 135 | 26 | 142 | 130 | 52 |
| Binary | 1010010 | 11000111 | 1101 | 111011 | 0 | 1011101 | 10110 | 1100010 | 1011000 | 101010 |
Color Harmonies of #52C70D
Complementary color
Monochromatic Colors of #52C70D
Black with #52C70D
Text Example
Text Example
White with #52C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C70D; }
p { color: rgb(82,199,13); }
H1.HeaderClassName
{
color: #52C70D;
}
.AnyTagClassName
{
color: #52C70D;
}
</style>
background-color css
<style>
a { background-color: #52C70D; }
a { background-color: rgb(82,199,13); }
div.DivClassName
{
background-color: #52C70D;
}
.BgClassName
{
background-color: #52C70D;
}
</style>
border-color css
<style>
span { border-color: #52C70D; }
span { border-color: rgb(82,199,13); }
td.TdClassName
{
border-color: #52C70D;
}
.TagClassName
{
border-color: #52C70D;
}
</style>