Shades of Limeade #5E9D0F
Tints of Limeade #5E9D0F
RGB
CMYK
RGB Variations
Color information
#5E9D0F (or 0x5E9D0F) is known color: Limeade. HEX triplet: 5E, 9D and 0F. RGB value is (94,157,15). Sum of RGB (Red+Green+Blue) = 94+157+15=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9D0F is #A162F0. Grayscale: #7A7A7A. Windows color (decimal): -10576625 or 1023326. OLE color: 1023326.
HSL color Cylindrical-coordinate representation of color #5E9D0F: hue angle of 86.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E9D0F is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 15 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.38 |
| HSL | 86.62º | 0.83% | 0.34% | - |
| HSV(B) | 86.62º | 0.9% | 0.62% | - |
| XYZ | 16.76 | 26.53 | 4.69 | - |
| YUV | 121.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 15 | 0.40 | 0 | 0.90 | 0.38 | 86.62 | 0.83 | 0.34 |
| Hex | 5E | 9D | F | 28 | 0 | 5A | 26 | 57 | 53 | 22 |
| Octal | 136 | 235 | 17 | 50 | 0 | 132 | 46 | 127 | 123 | 42 |
| Binary | 1011110 | 10011101 | 1111 | 101000 | 0 | 1011010 | 100110 | 1010111 | 1010011 | 100010 |
Color Harmonies of #5E9D0F
Complementary color
Monochromatic Colors of #5E9D0F
Black with #5E9D0F
Text Example
Text Example
White with #5E9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D0F; }
p { color: rgb(94,157,15); }
H1.HeaderClassName
{
color: #5E9D0F;
}
.AnyTagClassName
{
color: #5E9D0F;
}
</style>
background-color css
<style>
a { background-color: #5E9D0F; }
a { background-color: rgb(94,157,15); }
div.DivClassName
{
background-color: #5E9D0F;
}
.BgClassName
{
background-color: #5E9D0F;
}
</style>
border-color css
<style>
span { border-color: #5E9D0F; }
span { border-color: rgb(94,157,15); }
td.TdClassName
{
border-color: #5E9D0F;
}
.TagClassName
{
border-color: #5E9D0F;
}
</style>