Shades of Limeade #5E9419
Tints of Limeade #5E9419
RGB
CMYK
RGB Variations
Color information
#5E9419 (or 0x5E9419) is known color: Limeade. HEX triplet: 5E, 94 and 19. RGB value is (94,148,25). Sum of RGB (Red+Green+Blue) = 94+148+25=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9419 is #A16BE6. Grayscale: #767676. Windows color (decimal): -10578919 or 1676382. OLE color: 1676382.
HSL color Cylindrical-coordinate representation of color #5E9419: hue angle of 86.34º 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 #5E9419 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 25 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.42 |
| HSL | 86.34º | 0.71% | 0.34% | - |
| HSV(B) | 86.34º | 0.83% | 0.58% | - |
| XYZ | 15.38 | 23.63 | 4.67 | - |
| YUV | 117.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 25 | 0.36 | 0 | 0.83 | 0.42 | 86.34 | 0.71 | 0.34 |
| Hex | 5E | 94 | 19 | 24 | 0 | 53 | 2A | 56 | 47 | 22 |
| Octal | 136 | 224 | 31 | 44 | 0 | 123 | 52 | 126 | 107 | 42 |
| Binary | 1011110 | 10010100 | 11001 | 100100 | 0 | 1010011 | 101010 | 1010110 | 1000111 | 100010 |
Color Harmonies of #5E9419
Complementary color
Monochromatic Colors of #5E9419
Black with #5E9419
Text Example
Text Example
White with #5E9419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9419; }
p { color: rgb(94,148,25); }
H1.HeaderClassName
{
color: #5E9419;
}
.AnyTagClassName
{
color: #5E9419;
}
</style>
background-color css
<style>
a { background-color: #5E9419; }
a { background-color: rgb(94,148,25); }
div.DivClassName
{
background-color: #5E9419;
}
.BgClassName
{
background-color: #5E9419;
}
</style>
border-color css
<style>
span { border-color: #5E9419; }
span { border-color: rgb(94,148,25); }
td.TdClassName
{
border-color: #5E9419;
}
.TagClassName
{
border-color: #5E9419;
}
</style>