Shades of Limeade #5DA138
Tints of Limeade #5DA138
RGB
CMYK
RGB Variations
Color information
#5DA138 (or 0x5DA138) is known color: Limeade. HEX triplet: 5D, A1 and 38. RGB value is (93,161,56). Sum of RGB (Red+Green+Blue) = 93+161+56=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA138 is #A25EC7. Grayscale: #818181. Windows color (decimal): -10641096 or 3711325. OLE color: 3711325.
HSL color Cylindrical-coordinate representation of color #5DA138: hue angle of 98.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DA138 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 56 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.37 |
| HSL | 98.86º | 0.48% | 0.43% | - |
| HSV(B) | 98.86º | 0.65% | 0.63% | - |
| XYZ | 17.97 | 28.1 | 8.22 | - |
| YUV | 128.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 56 | 0.42 | 0 | 0.65 | 0.37 | 98.86 | 0.48 | 0.43 |
| Hex | 5D | A1 | 38 | 2A | 0 | 41 | 25 | 63 | 30 | 2B |
| Octal | 135 | 241 | 70 | 52 | 0 | 101 | 45 | 143 | 60 | 53 |
| Binary | 1011101 | 10100001 | 111000 | 101010 | 0 | 1000001 | 100101 | 1100011 | 110000 | 101011 |
Color Harmonies of #5DA138
Complementary color
Monochromatic Colors of #5DA138
Black with #5DA138
Text Example
Text Example
White with #5DA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA138; }
p { color: rgb(93,161,56); }
H1.HeaderClassName
{
color: #5DA138;
}
.AnyTagClassName
{
color: #5DA138;
}
</style>
background-color css
<style>
a { background-color: #5DA138; }
a { background-color: rgb(93,161,56); }
div.DivClassName
{
background-color: #5DA138;
}
.BgClassName
{
background-color: #5DA138;
}
</style>
border-color css
<style>
span { border-color: #5DA138; }
span { border-color: rgb(93,161,56); }
td.TdClassName
{
border-color: #5DA138;
}
.TagClassName
{
border-color: #5DA138;
}
</style>