Shades of Limeade #5DA431
Tints of Limeade #5DA431
RGB
CMYK
RGB Variations
Color information
#5DA431 (or 0x5DA431) is known color: Limeade. HEX triplet: 5D, A4 and 31. RGB value is (93,164,49). Sum of RGB (Red+Green+Blue) = 93+164+49=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA431 is #A25BCE. Grayscale: #828282. Windows color (decimal): -10640335 or 3253341. OLE color: 3253341.
HSL color Cylindrical-coordinate representation of color #5DA431: hue angle of 97.04º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DA431 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 49 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.36 |
| HSL | 97.04º | 0.54% | 0.42% | - |
| HSV(B) | 97.04º | 0.7% | 0.64% | - |
| XYZ | 18.34 | 29.1 | 7.56 | - |
| YUV | 129.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 49 | 0.43 | 0 | 0.70 | 0.36 | 97.04 | 0.54 | 0.42 |
| Hex | 5D | A4 | 31 | 2B | 0 | 46 | 24 | 61 | 36 | 2A |
| Octal | 135 | 244 | 61 | 53 | 0 | 106 | 44 | 141 | 66 | 52 |
| Binary | 1011101 | 10100100 | 110001 | 101011 | 0 | 1000110 | 100100 | 1100001 | 110110 | 101010 |
Color Harmonies of #5DA431
Complementary color
Monochromatic Colors of #5DA431
Black with #5DA431
Text Example
Text Example
White with #5DA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA431; }
p { color: rgb(93,164,49); }
H1.HeaderClassName
{
color: #5DA431;
}
.AnyTagClassName
{
color: #5DA431;
}
</style>
background-color css
<style>
a { background-color: #5DA431; }
a { background-color: rgb(93,164,49); }
div.DivClassName
{
background-color: #5DA431;
}
.BgClassName
{
background-color: #5DA431;
}
</style>
border-color css
<style>
span { border-color: #5DA431; }
span { border-color: rgb(93,164,49); }
td.TdClassName
{
border-color: #5DA431;
}
.TagClassName
{
border-color: #5DA431;
}
</style>