Shades of Kelly Green #52C204
Tints of Kelly Green #52C204
RGB
CMYK
RGB Variations
Color information
#52C204 (or 0x52C204) is known color: Kelly Green. HEX triplet: 52, C2 and 04. RGB value is (82,194,4). Sum of RGB (Red+Green+Blue) = 82+194+4=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #52C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C204 is #AD3DFB. Grayscale: #8B8B8B. Windows color (decimal): -11353596 or 311890. OLE color: 311890.
HSL color Cylindrical-coordinate representation of color #52C204: hue angle of 95.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C204 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.24 |
| HSL | 95.37º | 0.96% | 0.39% | - |
| HSV(B) | 95.37º | 0.98% | 0.76% | - |
| XYZ | 22.79 | 40.39 | 6.71 | - |
| YUV | 138.85 | 51.89 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 4 | 0.58 | 0 | 0.98 | 0.24 | 95.37 | 0.96 | 0.39 |
| Hex | 52 | C2 | 4 | 3A | 0 | 62 | 18 | 5F | 60 | 27 |
| Octal | 122 | 302 | 4 | 72 | 0 | 142 | 30 | 137 | 140 | 47 |
| Binary | 1010010 | 11000010 | 100 | 111010 | 0 | 1100010 | 11000 | 1011111 | 1100000 | 100111 |
Color Harmonies of #52C204
Complementary color
Monochromatic Colors of #52C204
Black with #52C204
Text Example
Text Example
White with #52C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C204; }
p { color: rgb(82,194,4); }
H1.HeaderClassName
{
color: #52C204;
}
.AnyTagClassName
{
color: #52C204;
}
</style>
background-color css
<style>
a { background-color: #52C204; }
a { background-color: rgb(82,194,4); }
div.DivClassName
{
background-color: #52C204;
}
.BgClassName
{
background-color: #52C204;
}
</style>
border-color css
<style>
span { border-color: #52C204; }
span { border-color: rgb(82,194,4); }
td.TdClassName
{
border-color: #52C204;
}
.TagClassName
{
border-color: #52C204;
}
</style>