Shades of Kelly Green #5AD804
Tints of Kelly Green #5AD804
RGB
CMYK
RGB Variations
Color information
#5AD804 (or 0x5AD804) is known color: Kelly Green. HEX triplet: 5A, D8 and 04. RGB value is (90,216,4). Sum of RGB (Red+Green+Blue) = 90+216+4=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD804 is #A527FB. Grayscale: #9A9A9A. Windows color (decimal): -10823676 or 317530. OLE color: 317530.
HSL color Cylindrical-coordinate representation of color #5AD804: hue angle of 95.66º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AD804 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.15 |
| HSL | 95.66º | 0.96% | 0.43% | - |
| HSV(B) | 95.66º | 0.98% | 0.85% | - |
| XYZ | 28.79 | 51.29 | 8.5 | - |
| YUV | 154.16 | 43.26 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 4 | 0.58 | 0 | 0.98 | 0.15 | 95.66 | 0.96 | 0.43 |
| Hex | 5A | D8 | 4 | 3A | 0 | 62 | F | 60 | 60 | 2B |
| Octal | 132 | 330 | 4 | 72 | 0 | 142 | 17 | 140 | 140 | 53 |
| Binary | 1011010 | 11011000 | 100 | 111010 | 0 | 1100010 | 1111 | 1100000 | 1100000 | 101011 |
Color Harmonies of #5AD804
Complementary color
Monochromatic Colors of #5AD804
Black with #5AD804
Text Example
Text Example
White with #5AD804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD804; }
p { color: rgb(90,216,4); }
H1.HeaderClassName
{
color: #5AD804;
}
.AnyTagClassName
{
color: #5AD804;
}
</style>
background-color css
<style>
a { background-color: #5AD804; }
a { background-color: rgb(90,216,4); }
div.DivClassName
{
background-color: #5AD804;
}
.BgClassName
{
background-color: #5AD804;
}
</style>
border-color css
<style>
span { border-color: #5AD804; }
span { border-color: rgb(90,216,4); }
td.TdClassName
{
border-color: #5AD804;
}
.TagClassName
{
border-color: #5AD804;
}
</style>