Shades of Limeade #5DA036
Tints of Limeade #5DA036
RGB
CMYK
RGB Variations
Color information
#5DA036 (or 0x5DA036) is known color: Limeade. HEX triplet: 5D, A0 and 36. RGB value is (93,160,54). Sum of RGB (Red+Green+Blue) = 93+160+54=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA036 is #A25FC9. Grayscale: #808080. Windows color (decimal): -10641354 or 3579997. OLE color: 3579997.
HSL color Cylindrical-coordinate representation of color #5DA036: hue angle of 97.92º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DA036 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 54 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.37 |
| HSL | 97.92º | 0.5% | 0.42% | - |
| HSV(B) | 97.92º | 0.66% | 0.63% | - |
| XYZ | 17.75 | 27.74 | 7.91 | - |
| YUV | 127.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 54 | 0.42 | 0 | 0.66 | 0.37 | 97.92 | 0.5 | 0.42 |
| Hex | 5D | A0 | 36 | 2A | 0 | 42 | 25 | 62 | 32 | 2A |
| Octal | 135 | 240 | 66 | 52 | 0 | 102 | 45 | 142 | 62 | 52 |
| Binary | 1011101 | 10100000 | 110110 | 101010 | 0 | 1000010 | 100101 | 1100010 | 110010 | 101010 |
Color Harmonies of #5DA036
Complementary color
Monochromatic Colors of #5DA036
Black with #5DA036
Text Example
Text Example
White with #5DA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA036; }
p { color: rgb(93,160,54); }
H1.HeaderClassName
{
color: #5DA036;
}
.AnyTagClassName
{
color: #5DA036;
}
</style>
background-color css
<style>
a { background-color: #5DA036; }
a { background-color: rgb(93,160,54); }
div.DivClassName
{
background-color: #5DA036;
}
.BgClassName
{
background-color: #5DA036;
}
</style>
border-color css
<style>
span { border-color: #5DA036; }
span { border-color: rgb(93,160,54); }
td.TdClassName
{
border-color: #5DA036;
}
.TagClassName
{
border-color: #5DA036;
}
</style>