Shades of Kelly Green #5ADD13
Tints of Kelly Green #5ADD13
RGB
CMYK
RGB Variations
Color information
#5ADD13 (or 0x5ADD13) is known color: Kelly Green. HEX triplet: 5A, DD and 13. RGB value is (90,221,19). Sum of RGB (Red+Green+Blue) = 90+221+19=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADD13 is #A522EC. Grayscale: #9F9F9F. Windows color (decimal): -10822381 or 1301850. OLE color: 1301850.
HSL color Cylindrical-coordinate representation of color #5ADD13: hue angle of 98.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ADD13 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 19 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.13 |
| HSL | 98.91º | 0.84% | 0.47% | - |
| HSV(B) | 98.91º | 0.91% | 0.87% | - |
| XYZ | 30.19 | 53.93 | 9.44 | - |
| YUV | 158.8 | 49.1 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 19 | 0.59 | 0 | 0.91 | 0.13 | 98.91 | 0.84 | 0.47 |
| Hex | 5A | DD | 13 | 3B | 0 | 5B | D | 63 | 54 | 2F |
| Octal | 132 | 335 | 23 | 73 | 0 | 133 | 15 | 143 | 124 | 57 |
| Binary | 1011010 | 11011101 | 10011 | 111011 | 0 | 1011011 | 1101 | 1100011 | 1010100 | 101111 |
Color Harmonies of #5ADD13
Complementary color
Monochromatic Colors of #5ADD13
Black with #5ADD13
Text Example
Text Example
White with #5ADD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD13; }
p { color: rgb(90,221,19); }
H1.HeaderClassName
{
color: #5ADD13;
}
.AnyTagClassName
{
color: #5ADD13;
}
</style>
background-color css
<style>
a { background-color: #5ADD13; }
a { background-color: rgb(90,221,19); }
div.DivClassName
{
background-color: #5ADD13;
}
.BgClassName
{
background-color: #5ADD13;
}
</style>
border-color css
<style>
span { border-color: #5ADD13; }
span { border-color: rgb(90,221,19); }
td.TdClassName
{
border-color: #5ADD13;
}
.TagClassName
{
border-color: #5ADD13;
}
</style>