Shades of Limeade #5DA037
Tints of Limeade #5DA037
RGB
CMYK
RGB Variations
Color information
#5DA037 (or 0x5DA037) is known color: Limeade. HEX triplet: 5D, A0 and 37. RGB value is (93,160,55). Sum of RGB (Red+Green+Blue) = 93+160+55=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA037 is #A25FC8. Grayscale: #808080. Windows color (decimal): -10641353 or 3645533. OLE color: 3645533.
HSL color Cylindrical-coordinate representation of color #5DA037: hue angle of 98.29º degrees, saturation: 0.49, 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 #5DA037 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 55 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.37 |
| HSL | 98.29º | 0.49% | 0.42% | - |
| HSV(B) | 98.29º | 0.66% | 0.63% | - |
| XYZ | 17.77 | 27.74 | 8.03 | - |
| YUV | 128 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 55 | 0.42 | 0 | 0.66 | 0.37 | 98.29 | 0.49 | 0.42 |
| Hex | 5D | A0 | 37 | 2A | 0 | 42 | 25 | 62 | 31 | 2A |
| Octal | 135 | 240 | 67 | 52 | 0 | 102 | 45 | 142 | 61 | 52 |
| Binary | 1011101 | 10100000 | 110111 | 101010 | 0 | 1000010 | 100101 | 1100010 | 110001 | 101010 |
Color Harmonies of #5DA037
Complementary color
Monochromatic Colors of #5DA037
Black with #5DA037
Text Example
Text Example
White with #5DA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA037; }
p { color: rgb(93,160,55); }
H1.HeaderClassName
{
color: #5DA037;
}
.AnyTagClassName
{
color: #5DA037;
}
</style>
background-color css
<style>
a { background-color: #5DA037; }
a { background-color: rgb(93,160,55); }
div.DivClassName
{
background-color: #5DA037;
}
.BgClassName
{
background-color: #5DA037;
}
</style>
border-color css
<style>
span { border-color: #5DA037; }
span { border-color: rgb(93,160,55); }
td.TdClassName
{
border-color: #5DA037;
}
.TagClassName
{
border-color: #5DA037;
}
</style>