Shades of Kelly Green #52C50D
Tints of Kelly Green #52C50D
RGB
CMYK
RGB Variations
Color information
#52C50D (or 0x52C50D) is known color: Kelly Green. HEX triplet: 52, C5 and 0D. RGB value is (82,197,13). Sum of RGB (Red+Green+Blue) = 82+197+13=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #52C50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C50D is #AD3AF2. Grayscale: #8E8E8E. Windows color (decimal): -11352819 or 902482. OLE color: 902482.
HSL color Cylindrical-coordinate representation of color #52C50D: hue angle of 97.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52C50D is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 13 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.23 |
| HSL | 97.5º | 0.88% | 0.41% | - |
| HSV(B) | 97.5º | 0.93% | 0.77% | - |
| XYZ | 23.52 | 41.76 | 7.2 | - |
| YUV | 141.64 | 55.4 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 13 | 0.58 | 0 | 0.93 | 0.23 | 97.5 | 0.88 | 0.41 |
| Hex | 52 | C5 | D | 3A | 0 | 5D | 17 | 62 | 58 | 29 |
| Octal | 122 | 305 | 15 | 72 | 0 | 135 | 27 | 142 | 130 | 51 |
| Binary | 1010010 | 11000101 | 1101 | 111010 | 0 | 1011101 | 10111 | 1100010 | 1011000 | 101001 |
Color Harmonies of #52C50D
Complementary color
Monochromatic Colors of #52C50D
Black with #52C50D
Text Example
Text Example
White with #52C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C50D; }
p { color: rgb(82,197,13); }
H1.HeaderClassName
{
color: #52C50D;
}
.AnyTagClassName
{
color: #52C50D;
}
</style>
background-color css
<style>
a { background-color: #52C50D; }
a { background-color: rgb(82,197,13); }
div.DivClassName
{
background-color: #52C50D;
}
.BgClassName
{
background-color: #52C50D;
}
</style>
border-color css
<style>
span { border-color: #52C50D; }
span { border-color: rgb(82,197,13); }
td.TdClassName
{
border-color: #52C50D;
}
.TagClassName
{
border-color: #52C50D;
}
</style>