Shades of Limeade #5D9511
Tints of Limeade #5D9511
RGB
CMYK
RGB Variations
Color information
#5D9511 (or 0x5D9511) is known color: Limeade. HEX triplet: 5D, 95 and 11. RGB value is (93,149,17). Sum of RGB (Red+Green+Blue) = 93+149+17=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9511 is #A26AEE. Grayscale: #757575. Windows color (decimal): -10644207 or 1152349. OLE color: 1152349.
HSL color Cylindrical-coordinate representation of color #5D9511: hue angle of 85.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D9511 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 17 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.42 |
| HSL | 85.45º | 0.8% | 0.33% | - |
| HSV(B) | 85.45º | 0.89% | 0.58% | - |
| XYZ | 15.36 | 23.86 | 4.33 | - |
| YUV | 117.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 17 | 0.38 | 0 | 0.89 | 0.42 | 85.45 | 0.8 | 0.33 |
| Hex | 5D | 95 | 11 | 26 | 0 | 59 | 2A | 55 | 50 | 21 |
| Octal | 135 | 225 | 21 | 46 | 0 | 131 | 52 | 125 | 120 | 41 |
| Binary | 1011101 | 10010101 | 10001 | 100110 | 0 | 1011001 | 101010 | 1010101 | 1010000 | 100001 |
Color Harmonies of #5D9511
Complementary color
Monochromatic Colors of #5D9511
Black with #5D9511
Text Example
Text Example
White with #5D9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9511; }
p { color: rgb(93,149,17); }
H1.HeaderClassName
{
color: #5D9511;
}
.AnyTagClassName
{
color: #5D9511;
}
</style>
background-color css
<style>
a { background-color: #5D9511; }
a { background-color: rgb(93,149,17); }
div.DivClassName
{
background-color: #5D9511;
}
.BgClassName
{
background-color: #5D9511;
}
</style>
border-color css
<style>
span { border-color: #5D9511; }
span { border-color: rgb(93,149,17); }
td.TdClassName
{
border-color: #5D9511;
}
.TagClassName
{
border-color: #5D9511;
}
</style>