Shades of Limeade #5DA329
Tints of Limeade #5DA329
RGB
CMYK
RGB Variations
Color information
#5DA329 (or 0x5DA329) is known color: Limeade. HEX triplet: 5D, A3 and 29. RGB value is (93,163,41). Sum of RGB (Red+Green+Blue) = 93+163+41=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA329 is #A25CD6. Grayscale: #808080. Windows color (decimal): -10640599 or 2728797. OLE color: 2728797.
HSL color Cylindrical-coordinate representation of color #5DA329: hue angle of 94.43º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DA329 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 41 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.36 |
| HSL | 94.43º | 0.6% | 0.4% | - |
| HSV(B) | 94.43º | 0.75% | 0.64% | - |
| XYZ | 18.01 | 28.68 | 6.68 | - |
| YUV | 128.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 41 | 0.43 | 0 | 0.75 | 0.36 | 94.43 | 0.6 | 0.4 |
| Hex | 5D | A3 | 29 | 2B | 0 | 4B | 24 | 5E | 3C | 28 |
| Octal | 135 | 243 | 51 | 53 | 0 | 113 | 44 | 136 | 74 | 50 |
| Binary | 1011101 | 10100011 | 101001 | 101011 | 0 | 1001011 | 100100 | 1011110 | 111100 | 101000 |
Color Harmonies of #5DA329
Complementary color
Monochromatic Colors of #5DA329
Black with #5DA329
Text Example
Text Example
White with #5DA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA329; }
p { color: rgb(93,163,41); }
H1.HeaderClassName
{
color: #5DA329;
}
.AnyTagClassName
{
color: #5DA329;
}
</style>
background-color css
<style>
a { background-color: #5DA329; }
a { background-color: rgb(93,163,41); }
div.DivClassName
{
background-color: #5DA329;
}
.BgClassName
{
background-color: #5DA329;
}
</style>
border-color css
<style>
span { border-color: #5DA329; }
span { border-color: rgb(93,163,41); }
td.TdClassName
{
border-color: #5DA329;
}
.TagClassName
{
border-color: #5DA329;
}
</style>