Shades of Kelly Green #52AD04
Tints of Kelly Green #52AD04
RGB
CMYK
RGB Variations
Color information
#52AD04 (or 0x52AD04) is known color: Kelly Green. HEX triplet: 52, AD and 04. RGB value is (82,173,4). Sum of RGB (Red+Green+Blue) = 82+173+4=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AD04 is #AD52FB. Grayscale: #7F7F7F. Windows color (decimal): -11358972 or 306514. OLE color: 306514.
HSL color Cylindrical-coordinate representation of color #52AD04: hue angle of 92.31º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52AD04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 4 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.32 |
| HSL | 92.31º | 0.95% | 0.35% | - |
| HSV(B) | 92.31º | 0.98% | 0.68% | - |
| XYZ | 18.45 | 31.69 | 5.26 | - |
| YUV | 126.53 | 58.85 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 4 | 0.53 | 0 | 0.98 | 0.32 | 92.31 | 0.95 | 0.35 |
| Hex | 52 | AD | 4 | 35 | 0 | 62 | 20 | 5C | 5F | 23 |
| Octal | 122 | 255 | 4 | 65 | 0 | 142 | 40 | 134 | 137 | 43 |
| Binary | 1010010 | 10101101 | 100 | 110101 | 0 | 1100010 | 100000 | 1011100 | 1011111 | 100011 |
Color Harmonies of #52AD04
Complementary color
Monochromatic Colors of #52AD04
Black with #52AD04
Text Example
Text Example
White with #52AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD04; }
p { color: rgb(82,173,4); }
H1.HeaderClassName
{
color: #52AD04;
}
.AnyTagClassName
{
color: #52AD04;
}
</style>
background-color css
<style>
a { background-color: #52AD04; }
a { background-color: rgb(82,173,4); }
div.DivClassName
{
background-color: #52AD04;
}
.BgClassName
{
background-color: #52AD04;
}
</style>
border-color css
<style>
span { border-color: #52AD04; }
span { border-color: rgb(82,173,4); }
td.TdClassName
{
border-color: #52AD04;
}
.TagClassName
{
border-color: #52AD04;
}
</style>