Shades of Kelly Green #52C504
Tints of Kelly Green #52C504
RGB
CMYK
RGB Variations
Color information
#52C504 (or 0x52C504) is known color: Kelly Green. HEX triplet: 52, C5 and 04. RGB value is (82,197,4). Sum of RGB (Red+Green+Blue) = 82+197+4=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #52C504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C504 is #AD3AFB. Grayscale: #8D8D8D. Windows color (decimal): -11352828 or 312658. OLE color: 312658.
HSL color Cylindrical-coordinate representation of color #52C504: hue angle of 95.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C504 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.23 |
| HSL | 95.75º | 0.96% | 0.39% | - |
| HSV(B) | 95.75º | 0.98% | 0.77% | - |
| XYZ | 23.47 | 41.74 | 6.93 | - |
| YUV | 140.61 | 50.9 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 4 | 0.58 | 0 | 0.98 | 0.23 | 95.75 | 0.96 | 0.39 |
| Hex | 52 | C5 | 4 | 3A | 0 | 62 | 17 | 60 | 60 | 27 |
| Octal | 122 | 305 | 4 | 72 | 0 | 142 | 27 | 140 | 140 | 47 |
| Binary | 1010010 | 11000101 | 100 | 111010 | 0 | 1100010 | 10111 | 1100000 | 1100000 | 100111 |
Color Harmonies of #52C504
Complementary color
Monochromatic Colors of #52C504
Black with #52C504
Text Example
Text Example
White with #52C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C504; }
p { color: rgb(82,197,4); }
H1.HeaderClassName
{
color: #52C504;
}
.AnyTagClassName
{
color: #52C504;
}
</style>
background-color css
<style>
a { background-color: #52C504; }
a { background-color: rgb(82,197,4); }
div.DivClassName
{
background-color: #52C504;
}
.BgClassName
{
background-color: #52C504;
}
</style>
border-color css
<style>
span { border-color: #52C504; }
span { border-color: rgb(82,197,4); }
td.TdClassName
{
border-color: #52C504;
}
.TagClassName
{
border-color: #52C504;
}
</style>