Shades of Limeade #5DA035
Tints of Limeade #5DA035
RGB
CMYK
RGB Variations
Color information
#5DA035 (or 0x5DA035) is known color: Limeade. HEX triplet: 5D, A0 and 35. RGB value is (93,160,53). Sum of RGB (Red+Green+Blue) = 93+160+53=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA035 is #A25FCA. Grayscale: #808080. Windows color (decimal): -10641355 or 3514461. OLE color: 3514461.
HSL color Cylindrical-coordinate representation of color #5DA035: hue angle of 97.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DA035 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 53 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.37 |
| HSL | 97.57º | 0.5% | 0.42% | - |
| HSV(B) | 97.57º | 0.67% | 0.63% | - |
| XYZ | 17.73 | 27.73 | 7.79 | - |
| YUV | 127.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 53 | 0.42 | 0 | 0.67 | 0.37 | 97.57 | 0.5 | 0.42 |
| Hex | 5D | A0 | 35 | 2A | 0 | 43 | 25 | 62 | 32 | 2A |
| Octal | 135 | 240 | 65 | 52 | 0 | 103 | 45 | 142 | 62 | 52 |
| Binary | 1011101 | 10100000 | 110101 | 101010 | 0 | 1000011 | 100101 | 1100010 | 110010 | 101010 |
Color Harmonies of #5DA035
Complementary color
Monochromatic Colors of #5DA035
Black with #5DA035
Text Example
Text Example
White with #5DA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA035; }
p { color: rgb(93,160,53); }
H1.HeaderClassName
{
color: #5DA035;
}
.AnyTagClassName
{
color: #5DA035;
}
</style>
background-color css
<style>
a { background-color: #5DA035; }
a { background-color: rgb(93,160,53); }
div.DivClassName
{
background-color: #5DA035;
}
.BgClassName
{
background-color: #5DA035;
}
</style>
border-color css
<style>
span { border-color: #5DA035; }
span { border-color: rgb(93,160,53); }
td.TdClassName
{
border-color: #5DA035;
}
.TagClassName
{
border-color: #5DA035;
}
</style>