Shades of Limeade #5DA11D
Tints of Limeade #5DA11D
RGB
CMYK
RGB Variations
Color information
#5DA11D (or 0x5DA11D) is known color: Limeade. HEX triplet: 5D, A1 and 1D. RGB value is (93,161,29). Sum of RGB (Red+Green+Blue) = 93+161+29=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA11D is #A25EE2. Grayscale: #7E7E7E. Windows color (decimal): -10641123 or 1941853. OLE color: 1941853.
HSL color Cylindrical-coordinate representation of color #5DA11D: hue angle of 90.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DA11D is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 29 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.37 |
| HSL | 90.91º | 0.69% | 0.37% | - |
| HSV(B) | 90.91º | 0.82% | 0.63% | - |
| XYZ | 17.48 | 27.91 | 5.63 | - |
| YUV | 125.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 29 | 0.42 | 0 | 0.82 | 0.37 | 90.91 | 0.69 | 0.37 |
| Hex | 5D | A1 | 1D | 2A | 0 | 52 | 25 | 5B | 45 | 25 |
| Octal | 135 | 241 | 35 | 52 | 0 | 122 | 45 | 133 | 105 | 45 |
| Binary | 1011101 | 10100001 | 11101 | 101010 | 0 | 1010010 | 100101 | 1011011 | 1000101 | 100101 |
Color Harmonies of #5DA11D
Complementary color
Monochromatic Colors of #5DA11D
Black with #5DA11D
Text Example
Text Example
White with #5DA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA11D; }
p { color: rgb(93,161,29); }
H1.HeaderClassName
{
color: #5DA11D;
}
.AnyTagClassName
{
color: #5DA11D;
}
</style>
background-color css
<style>
a { background-color: #5DA11D; }
a { background-color: rgb(93,161,29); }
div.DivClassName
{
background-color: #5DA11D;
}
.BgClassName
{
background-color: #5DA11D;
}
</style>
border-color css
<style>
span { border-color: #5DA11D; }
span { border-color: rgb(93,161,29); }
td.TdClassName
{
border-color: #5DA11D;
}
.TagClassName
{
border-color: #5DA11D;
}
</style>