Shades of Limeade #5E9519
Tints of Limeade #5E9519
RGB
CMYK
RGB Variations
Color information
#5E9519 (or 0x5E9519) is known color: Limeade. HEX triplet: 5E, 95 and 19. RGB value is (94,149,25). Sum of RGB (Red+Green+Blue) = 94+149+25=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9519 is #A16AE6. Grayscale: #767676. Windows color (decimal): -10578663 or 1676638. OLE color: 1676638.
HSL color Cylindrical-coordinate representation of color #5E9519: hue angle of 86.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E9519 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 25 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.42 |
| HSL | 86.61º | 0.71% | 0.34% | - |
| HSV(B) | 86.61º | 0.83% | 0.58% | - |
| XYZ | 15.54 | 23.94 | 4.72 | - |
| YUV | 118.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 25 | 0.37 | 0 | 0.83 | 0.42 | 86.61 | 0.71 | 0.34 |
| Hex | 5E | 95 | 19 | 25 | 0 | 53 | 2A | 57 | 47 | 22 |
| Octal | 136 | 225 | 31 | 45 | 0 | 123 | 52 | 127 | 107 | 42 |
| Binary | 1011110 | 10010101 | 11001 | 100101 | 0 | 1010011 | 101010 | 1010111 | 1000111 | 100010 |
Color Harmonies of #5E9519
Complementary color
Monochromatic Colors of #5E9519
Black with #5E9519
Text Example
Text Example
White with #5E9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9519; }
p { color: rgb(94,149,25); }
H1.HeaderClassName
{
color: #5E9519;
}
.AnyTagClassName
{
color: #5E9519;
}
</style>
background-color css
<style>
a { background-color: #5E9519; }
a { background-color: rgb(94,149,25); }
div.DivClassName
{
background-color: #5E9519;
}
.BgClassName
{
background-color: #5E9519;
}
</style>
border-color css
<style>
span { border-color: #5E9519; }
span { border-color: rgb(94,149,25); }
td.TdClassName
{
border-color: #5E9519;
}
.TagClassName
{
border-color: #5E9519;
}
</style>