Shades of Kelly Green #5ADD1F
Tints of Kelly Green #5ADD1F
RGB
CMYK
RGB Variations
Color information
#5ADD1F (or 0x5ADD1F) is known color: Kelly Green. HEX triplet: 5A, DD and 1F. RGB value is (90,221,31). Sum of RGB (Red+Green+Blue) = 90+221+31=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADD1F is #A522E0. Grayscale: #A0A0A0. Windows color (decimal): -10822369 or 2088282. OLE color: 2088282.
HSL color Cylindrical-coordinate representation of color #5ADD1F: hue angle of 101.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5ADD1F is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 31 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.13 |
| HSL | 101.37º | 0.75% | 0.49% | - |
| HSV(B) | 101.37º | 0.86% | 0.87% | - |
| XYZ | 30.32 | 53.99 | 10.12 | - |
| YUV | 160.17 | 55.1 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 31 | 0.59 | 0 | 0.86 | 0.13 | 101.37 | 0.75 | 0.49 |
| Hex | 5A | DD | 1F | 3B | 0 | 56 | D | 65 | 4B | 31 |
| Octal | 132 | 335 | 37 | 73 | 0 | 126 | 15 | 145 | 113 | 61 |
| Binary | 1011010 | 11011101 | 11111 | 111011 | 0 | 1010110 | 1101 | 1100101 | 1001011 | 110001 |
Color Harmonies of #5ADD1F
Complementary color
Monochromatic Colors of #5ADD1F
Black with #5ADD1F
Text Example
Text Example
White with #5ADD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD1F; }
p { color: rgb(90,221,31); }
H1.HeaderClassName
{
color: #5ADD1F;
}
.AnyTagClassName
{
color: #5ADD1F;
}
</style>
background-color css
<style>
a { background-color: #5ADD1F; }
a { background-color: rgb(90,221,31); }
div.DivClassName
{
background-color: #5ADD1F;
}
.BgClassName
{
background-color: #5ADD1F;
}
</style>
border-color css
<style>
span { border-color: #5ADD1F; }
span { border-color: rgb(90,221,31); }
td.TdClassName
{
border-color: #5ADD1F;
}
.TagClassName
{
border-color: #5ADD1F;
}
</style>