Shades of Kelly Green #52C404
Tints of Kelly Green #52C404
RGB
CMYK
RGB Variations
Color information
#52C404 (or 0x52C404) is known color: Kelly Green. HEX triplet: 52, C4 and 04. RGB value is (82,196,4). Sum of RGB (Red+Green+Blue) = 82+196+4=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #52C404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C404 is #AD3BFB. Grayscale: #8C8C8C. Windows color (decimal): -11353084 or 312402. OLE color: 312402.
HSL color Cylindrical-coordinate representation of color #52C404: hue angle of 95.62º 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 #52C404 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.23 |
| HSL | 95.63º | 0.96% | 0.39% | - |
| HSV(B) | 95.63º | 0.98% | 0.77% | - |
| XYZ | 23.24 | 41.28 | 6.86 | - |
| YUV | 140.03 | 51.23 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 4 | 0.58 | 0 | 0.98 | 0.23 | 95.63 | 0.96 | 0.39 |
| Hex | 52 | C4 | 4 | 3A | 0 | 62 | 17 | 60 | 60 | 27 |
| Octal | 122 | 304 | 4 | 72 | 0 | 142 | 27 | 140 | 140 | 47 |
| Binary | 1010010 | 11000100 | 100 | 111010 | 0 | 1100010 | 10111 | 1100000 | 1100000 | 100111 |
Color Harmonies of #52C404
Complementary color
Monochromatic Colors of #52C404
Black with #52C404
Text Example
Text Example
White with #52C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C404; }
p { color: rgb(82,196,4); }
H1.HeaderClassName
{
color: #52C404;
}
.AnyTagClassName
{
color: #52C404;
}
</style>
background-color css
<style>
a { background-color: #52C404; }
a { background-color: rgb(82,196,4); }
div.DivClassName
{
background-color: #52C404;
}
.BgClassName
{
background-color: #52C404;
}
</style>
border-color css
<style>
span { border-color: #52C404; }
span { border-color: rgb(82,196,4); }
td.TdClassName
{
border-color: #52C404;
}
.TagClassName
{
border-color: #52C404;
}
</style>