Shades of Limeade #5E9314
Tints of Limeade #5E9314
RGB
CMYK
RGB Variations
Color information
#5E9314 (or 0x5E9314) is known color: Limeade. HEX triplet: 5E, 93 and 14. RGB value is (94,147,20). Sum of RGB (Red+Green+Blue) = 94+147+20=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9314 is #A16CEB. Grayscale: #757575. Windows color (decimal): -10579180 or 1348446. OLE color: 1348446.
HSL color Cylindrical-coordinate representation of color #5E9314: hue angle of 85.04º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E9314 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 20 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.42 |
| HSL | 85.04º | 0.76% | 0.33% | - |
| HSV(B) | 85.04º | 0.86% | 0.58% | - |
| XYZ | 15.18 | 23.3 | 4.36 | - |
| YUV | 116.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 20 | 0.36 | 0 | 0.86 | 0.42 | 85.04 | 0.76 | 0.33 |
| Hex | 5E | 93 | 14 | 24 | 0 | 56 | 2A | 55 | 4C | 21 |
| Octal | 136 | 223 | 24 | 44 | 0 | 126 | 52 | 125 | 114 | 41 |
| Binary | 1011110 | 10010011 | 10100 | 100100 | 0 | 1010110 | 101010 | 1010101 | 1001100 | 100001 |
Color Harmonies of #5E9314
Complementary color
Monochromatic Colors of #5E9314
Black with #5E9314
Text Example
Text Example
White with #5E9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9314; }
p { color: rgb(94,147,20); }
H1.HeaderClassName
{
color: #5E9314;
}
.AnyTagClassName
{
color: #5E9314;
}
</style>
background-color css
<style>
a { background-color: #5E9314; }
a { background-color: rgb(94,147,20); }
div.DivClassName
{
background-color: #5E9314;
}
.BgClassName
{
background-color: #5E9314;
}
</style>
border-color css
<style>
span { border-color: #5E9314; }
span { border-color: rgb(94,147,20); }
td.TdClassName
{
border-color: #5E9314;
}
.TagClassName
{
border-color: #5E9314;
}
</style>