Shades of Kelly Green #52C505
Tints of Kelly Green #52C505
RGB
CMYK
RGB Variations
Color information
#52C505 (or 0x52C505) is known color: Kelly Green. HEX triplet: 52, C5 and 05. RGB value is (82,197,5). Sum of RGB (Red+Green+Blue) = 82+197+5=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #52C505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C505 is #AD3AFA. Grayscale: #8D8D8D. Windows color (decimal): -11352827 or 378194. OLE color: 378194.
HSL color Cylindrical-coordinate representation of color #52C505: hue angle of 95.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52C505 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 5 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.23 |
| HSL | 95.94º | 0.95% | 0.4% | - |
| HSV(B) | 95.94º | 0.97% | 0.77% | - |
| XYZ | 23.47 | 41.74 | 6.96 | - |
| YUV | 140.73 | 51.4 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 5 | 0.58 | 0 | 0.97 | 0.23 | 95.94 | 0.95 | 0.4 |
| Hex | 52 | C5 | 5 | 3A | 0 | 61 | 17 | 60 | 5F | 28 |
| Octal | 122 | 305 | 5 | 72 | 0 | 141 | 27 | 140 | 137 | 50 |
| Binary | 1010010 | 11000101 | 101 | 111010 | 0 | 1100001 | 10111 | 1100000 | 1011111 | 101000 |
Color Harmonies of #52C505
Complementary color
Monochromatic Colors of #52C505
Black with #52C505
Text Example
Text Example
White with #52C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C505; }
p { color: rgb(82,197,5); }
H1.HeaderClassName
{
color: #52C505;
}
.AnyTagClassName
{
color: #52C505;
}
</style>
background-color css
<style>
a { background-color: #52C505; }
a { background-color: rgb(82,197,5); }
div.DivClassName
{
background-color: #52C505;
}
.BgClassName
{
background-color: #52C505;
}
</style>
border-color css
<style>
span { border-color: #52C505; }
span { border-color: rgb(82,197,5); }
td.TdClassName
{
border-color: #52C505;
}
.TagClassName
{
border-color: #52C505;
}
</style>