Shades of Limeade #5E9410
Tints of Limeade #5E9410
RGB
CMYK
RGB Variations
Color information
#5E9410 (or 0x5E9410) is known color: Limeade. HEX triplet: 5E, 94 and 10. RGB value is (94,148,16). Sum of RGB (Red+Green+Blue) = 94+148+16=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9410 is #A16BEF. Grayscale: #757575. Windows color (decimal): -10578928 or 1086558. OLE color: 1086558.
HSL color Cylindrical-coordinate representation of color #5E9410: hue angle of 84.55º degrees, saturation: 0.8, 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 #5E9410 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 16 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.42 |
| HSL | 84.55º | 0.8% | 0.32% | - |
| HSV(B) | 84.55º | 0.89% | 0.58% | - |
| XYZ | 15.3 | 23.6 | 4.24 | - |
| YUV | 116.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 16 | 0.36 | 0 | 0.89 | 0.42 | 84.55 | 0.8 | 0.32 |
| Hex | 5E | 94 | 10 | 24 | 0 | 59 | 2A | 55 | 50 | 20 |
| Octal | 136 | 224 | 20 | 44 | 0 | 131 | 52 | 125 | 120 | 40 |
| Binary | 1011110 | 10010100 | 10000 | 100100 | 0 | 1011001 | 101010 | 1010101 | 1010000 | 100000 |
Color Harmonies of #5E9410
Complementary color
Monochromatic Colors of #5E9410
Black with #5E9410
Text Example
Text Example
White with #5E9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9410; }
p { color: rgb(94,148,16); }
H1.HeaderClassName
{
color: #5E9410;
}
.AnyTagClassName
{
color: #5E9410;
}
</style>
background-color css
<style>
a { background-color: #5E9410; }
a { background-color: rgb(94,148,16); }
div.DivClassName
{
background-color: #5E9410;
}
.BgClassName
{
background-color: #5E9410;
}
</style>
border-color css
<style>
span { border-color: #5E9410; }
span { border-color: rgb(94,148,16); }
td.TdClassName
{
border-color: #5E9410;
}
.TagClassName
{
border-color: #5E9410;
}
</style>