Shades of Limeade #5DA01D
Tints of Limeade #5DA01D
RGB
CMYK
RGB Variations
Color information
#5DA01D (or 0x5DA01D) is known color: Limeade. HEX triplet: 5D, A0 and 1D. RGB value is (93,160,29). Sum of RGB (Red+Green+Blue) = 93+160+29=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA01D is #A25FE2. Grayscale: #7D7D7D. Windows color (decimal): -10641379 or 1941597. OLE color: 1941597.
HSL color Cylindrical-coordinate representation of color #5DA01D: hue angle of 90.69º 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 #5DA01D is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 29 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.37 |
| HSL | 90.69º | 0.69% | 0.37% | - |
| HSV(B) | 90.69º | 0.82% | 0.63% | - |
| XYZ | 17.31 | 27.56 | 5.57 | - |
| YUV | 125.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 29 | 0.42 | 0 | 0.82 | 0.37 | 90.69 | 0.69 | 0.37 |
| Hex | 5D | A0 | 1D | 2A | 0 | 52 | 25 | 5B | 45 | 25 |
| Octal | 135 | 240 | 35 | 52 | 0 | 122 | 45 | 133 | 105 | 45 |
| Binary | 1011101 | 10100000 | 11101 | 101010 | 0 | 1010010 | 100101 | 1011011 | 1000101 | 100101 |
Color Harmonies of #5DA01D
Complementary color
Monochromatic Colors of #5DA01D
Black with #5DA01D
Text Example
Text Example
White with #5DA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA01D; }
p { color: rgb(93,160,29); }
H1.HeaderClassName
{
color: #5DA01D;
}
.AnyTagClassName
{
color: #5DA01D;
}
</style>
background-color css
<style>
a { background-color: #5DA01D; }
a { background-color: rgb(93,160,29); }
div.DivClassName
{
background-color: #5DA01D;
}
.BgClassName
{
background-color: #5DA01D;
}
</style>
border-color css
<style>
span { border-color: #5DA01D; }
span { border-color: rgb(93,160,29); }
td.TdClassName
{
border-color: #5DA01D;
}
.TagClassName
{
border-color: #5DA01D;
}
</style>