Shades of Limeade #5D9411
Tints of Limeade #5D9411
RGB
CMYK
RGB Variations
Color information
#5D9411 (or 0x5D9411) is known color: Limeade. HEX triplet: 5D, 94 and 11. RGB value is (93,148,17). Sum of RGB (Red+Green+Blue) = 93+148+17=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9411 is #A26BEE. Grayscale: #757575. Windows color (decimal): -10644463 or 1152093. OLE color: 1152093.
HSL color Cylindrical-coordinate representation of color #5D9411: hue angle of 85.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D9411 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 17 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.42 |
| HSL | 85.19º | 0.79% | 0.32% | - |
| HSV(B) | 85.19º | 0.89% | 0.58% | - |
| XYZ | 15.21 | 23.55 | 4.27 | - |
| YUV | 116.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 17 | 0.37 | 0 | 0.89 | 0.42 | 85.19 | 0.79 | 0.32 |
| Hex | 5D | 94 | 11 | 25 | 0 | 59 | 2A | 55 | 4F | 20 |
| Octal | 135 | 224 | 21 | 45 | 0 | 131 | 52 | 125 | 117 | 40 |
| Binary | 1011101 | 10010100 | 10001 | 100101 | 0 | 1011001 | 101010 | 1010101 | 1001111 | 100000 |
Color Harmonies of #5D9411
Complementary color
Monochromatic Colors of #5D9411
Black with #5D9411
Text Example
Text Example
White with #5D9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9411; }
p { color: rgb(93,148,17); }
H1.HeaderClassName
{
color: #5D9411;
}
.AnyTagClassName
{
color: #5D9411;
}
</style>
background-color css
<style>
a { background-color: #5D9411; }
a { background-color: rgb(93,148,17); }
div.DivClassName
{
background-color: #5D9411;
}
.BgClassName
{
background-color: #5D9411;
}
</style>
border-color css
<style>
span { border-color: #5D9411; }
span { border-color: rgb(93,148,17); }
td.TdClassName
{
border-color: #5D9411;
}
.TagClassName
{
border-color: #5D9411;
}
</style>