Shades of Kelly Green #52DA04
Tints of Kelly Green #52DA04
RGB
CMYK
RGB Variations
Color information
#52DA04 (or 0x52DA04) is known color: Kelly Green. HEX triplet: 52, DA and 04. RGB value is (82,218,4). Sum of RGB (Red+Green+Blue) = 82+218+4=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA04 is #AD25FB. Grayscale: #999999. Windows color (decimal): -11347452 or 318034. OLE color: 318034.
HSL color Cylindrical-coordinate representation of color #52DA04: hue angle of 98.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52DA04 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 4 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.15 |
| HSL | 98.13º | 0.96% | 0.44% | - |
| HSV(B) | 98.13º | 0.98% | 0.85% | - |
| XYZ | 28.57 | 51.95 | 8.64 | - |
| YUV | 152.94 | 43.94 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 4 | 0.62 | 0 | 0.98 | 0.15 | 98.13 | 0.96 | 0.44 |
| Hex | 52 | DA | 4 | 3E | 0 | 62 | F | 62 | 60 | 2C |
| Octal | 122 | 332 | 4 | 76 | 0 | 142 | 17 | 142 | 140 | 54 |
| Binary | 1010010 | 11011010 | 100 | 111110 | 0 | 1100010 | 1111 | 1100010 | 1100000 | 101100 |
Color Harmonies of #52DA04
Complementary color
Monochromatic Colors of #52DA04
Black with #52DA04
Text Example
Text Example
White with #52DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA04; }
p { color: rgb(82,218,4); }
H1.HeaderClassName
{
color: #52DA04;
}
.AnyTagClassName
{
color: #52DA04;
}
</style>
background-color css
<style>
a { background-color: #52DA04; }
a { background-color: rgb(82,218,4); }
div.DivClassName
{
background-color: #52DA04;
}
.BgClassName
{
background-color: #52DA04;
}
</style>
border-color css
<style>
span { border-color: #52DA04; }
span { border-color: rgb(82,218,4); }
td.TdClassName
{
border-color: #52DA04;
}
.TagClassName
{
border-color: #52DA04;
}
</style>