Shades of Limeade #5DA136
Tints of Limeade #5DA136
RGB
CMYK
RGB Variations
Color information
#5DA136 (or 0x5DA136) is known color: Limeade. HEX triplet: 5D, A1 and 36. RGB value is (93,161,54). Sum of RGB (Red+Green+Blue) = 93+161+54=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA136 is #A25EC9. Grayscale: #808080. Windows color (decimal): -10641098 or 3580253. OLE color: 3580253.
HSL color Cylindrical-coordinate representation of color #5DA136: hue angle of 98.13º 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 #5DA136 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 54 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.37 |
| HSL | 98.13º | 0.5% | 0.42% | - |
| HSV(B) | 98.13º | 0.66% | 0.63% | - |
| XYZ | 17.92 | 28.08 | 7.97 | - |
| YUV | 128.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 54 | 0.42 | 0 | 0.66 | 0.37 | 98.13 | 0.5 | 0.42 |
| Hex | 5D | A1 | 36 | 2A | 0 | 42 | 25 | 62 | 32 | 2A |
| Octal | 135 | 241 | 66 | 52 | 0 | 102 | 45 | 142 | 62 | 52 |
| Binary | 1011101 | 10100001 | 110110 | 101010 | 0 | 1000010 | 100101 | 1100010 | 110010 | 101010 |
Color Harmonies of #5DA136
Complementary color
Monochromatic Colors of #5DA136
Black with #5DA136
Text Example
Text Example
White with #5DA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA136; }
p { color: rgb(93,161,54); }
H1.HeaderClassName
{
color: #5DA136;
}
.AnyTagClassName
{
color: #5DA136;
}
</style>
background-color css
<style>
a { background-color: #5DA136; }
a { background-color: rgb(93,161,54); }
div.DivClassName
{
background-color: #5DA136;
}
.BgClassName
{
background-color: #5DA136;
}
</style>
border-color css
<style>
span { border-color: #5DA136; }
span { border-color: rgb(93,161,54); }
td.TdClassName
{
border-color: #5DA136;
}
.TagClassName
{
border-color: #5DA136;
}
</style>