Shades of Kelly Green #5ADB14
Tints of Kelly Green #5ADB14
RGB
CMYK
RGB Variations
Color information
#5ADB14 (or 0x5ADB14) is known color: Kelly Green. HEX triplet: 5A, DB and 14. RGB value is (90,219,20). Sum of RGB (Red+Green+Blue) = 90+219+20=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADB14 is #A524EB. Grayscale: #9E9E9E. Windows color (decimal): -10822892 or 1366874. OLE color: 1366874.
HSL color Cylindrical-coordinate representation of color #5ADB14: hue angle of 98.89º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ADB14 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.14 |
| HSL | 98.89º | 0.83% | 0.47% | - |
| HSV(B) | 98.89º | 0.91% | 0.86% | - |
| XYZ | 29.67 | 52.89 | 9.31 | - |
| YUV | 157.74 | 50.26 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 20 | 0.59 | 0 | 0.91 | 0.14 | 98.89 | 0.83 | 0.47 |
| Hex | 5A | DB | 14 | 3B | 0 | 5B | E | 63 | 53 | 2F |
| Octal | 132 | 333 | 24 | 73 | 0 | 133 | 16 | 143 | 123 | 57 |
| Binary | 1011010 | 11011011 | 10100 | 111011 | 0 | 1011011 | 1110 | 1100011 | 1010011 | 101111 |
Color Harmonies of #5ADB14
Complementary color
Monochromatic Colors of #5ADB14
Black with #5ADB14
Text Example
Text Example
White with #5ADB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB14; }
p { color: rgb(90,219,20); }
H1.HeaderClassName
{
color: #5ADB14;
}
.AnyTagClassName
{
color: #5ADB14;
}
</style>
background-color css
<style>
a { background-color: #5ADB14; }
a { background-color: rgb(90,219,20); }
div.DivClassName
{
background-color: #5ADB14;
}
.BgClassName
{
background-color: #5ADB14;
}
</style>
border-color css
<style>
span { border-color: #5ADB14; }
span { border-color: rgb(90,219,20); }
td.TdClassName
{
border-color: #5ADB14;
}
.TagClassName
{
border-color: #5ADB14;
}
</style>