Shades of Limeade #5DA11F
Tints of Limeade #5DA11F
RGB
CMYK
RGB Variations
Color information
#5DA11F (or 0x5DA11F) is known color: Limeade. HEX triplet: 5D, A1 and 1F. RGB value is (93,161,31). Sum of RGB (Red+Green+Blue) = 93+161+31=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA11F is #A25EE0. Grayscale: #7E7E7E. Windows color (decimal): -10641121 or 2072925. OLE color: 2072925.
HSL color Cylindrical-coordinate representation of color #5DA11F: hue angle of 91.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DA11F is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 31 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.37 |
| HSL | 91.38º | 0.68% | 0.38% | - |
| HSV(B) | 91.38º | 0.81% | 0.63% | - |
| XYZ | 17.51 | 27.92 | 5.76 | - |
| YUV | 125.85 | 74.47 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 31 | 0.42 | 0 | 0.81 | 0.37 | 91.38 | 0.68 | 0.38 |
| Hex | 5D | A1 | 1F | 2A | 0 | 51 | 25 | 5B | 44 | 26 |
| Octal | 135 | 241 | 37 | 52 | 0 | 121 | 45 | 133 | 104 | 46 |
| Binary | 1011101 | 10100001 | 11111 | 101010 | 0 | 1010001 | 100101 | 1011011 | 1000100 | 100110 |
Color Harmonies of #5DA11F
Complementary color
Monochromatic Colors of #5DA11F
Black with #5DA11F
Text Example
Text Example
White with #5DA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA11F; }
p { color: rgb(93,161,31); }
H1.HeaderClassName
{
color: #5DA11F;
}
.AnyTagClassName
{
color: #5DA11F;
}
</style>
background-color css
<style>
a { background-color: #5DA11F; }
a { background-color: rgb(93,161,31); }
div.DivClassName
{
background-color: #5DA11F;
}
.BgClassName
{
background-color: #5DA11F;
}
</style>
border-color css
<style>
span { border-color: #5DA11F; }
span { border-color: rgb(93,161,31); }
td.TdClassName
{
border-color: #5DA11F;
}
.TagClassName
{
border-color: #5DA11F;
}
</style>