Shades of Kelly Green #5ADB16
Tints of Kelly Green #5ADB16
RGB
CMYK
RGB Variations
Color information
#5ADB16 (or 0x5ADB16) is known color: Kelly Green. HEX triplet: 5A, DB and 16. RGB value is (90,219,22). Sum of RGB (Red+Green+Blue) = 90+219+22=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 219 (85.94% from 255 or 66.16% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADB16 is #A524E9. Grayscale: #9E9E9E. Windows color (decimal): -10822890 or 1497946. OLE color: 1497946.
HSL color Cylindrical-coordinate representation of color #5ADB16: hue angle of 99.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5ADB16 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 22 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.14 |
| HSL | 99.29º | 0.82% | 0.47% | - |
| HSV(B) | 99.29º | 0.9% | 0.86% | - |
| XYZ | 29.69 | 52.89 | 9.4 | - |
| YUV | 157.97 | 51.26 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 22 | 0.59 | 0 | 0.90 | 0.14 | 99.29 | 0.82 | 0.47 |
| Hex | 5A | DB | 16 | 3B | 0 | 5A | E | 63 | 52 | 2F |
| Octal | 132 | 333 | 26 | 73 | 0 | 132 | 16 | 143 | 122 | 57 |
| Binary | 1011010 | 11011011 | 10110 | 111011 | 0 | 1011010 | 1110 | 1100011 | 1010010 | 101111 |
Color Harmonies of #5ADB16
Complementary color
Monochromatic Colors of #5ADB16
Black with #5ADB16
Text Example
Text Example
White with #5ADB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB16; }
p { color: rgb(90,219,22); }
H1.HeaderClassName
{
color: #5ADB16;
}
.AnyTagClassName
{
color: #5ADB16;
}
</style>
background-color css
<style>
a { background-color: #5ADB16; }
a { background-color: rgb(90,219,22); }
div.DivClassName
{
background-color: #5ADB16;
}
.BgClassName
{
background-color: #5ADB16;
}
</style>
border-color css
<style>
span { border-color: #5ADB16; }
span { border-color: rgb(90,219,22); }
td.TdClassName
{
border-color: #5ADB16;
}
.TagClassName
{
border-color: #5ADB16;
}
</style>