Shades of Limeade #5E9817
Tints of Limeade #5E9817
RGB
CMYK
RGB Variations
Color information
#5E9817 (or 0x5E9817) is known color: Limeade. HEX triplet: 5E, 98 and 17. RGB value is (94,152,23). Sum of RGB (Red+Green+Blue) = 94+152+23=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9817 is #A167E8. Grayscale: #787878. Windows color (decimal): -10577897 or 1546334. OLE color: 1546334.
HSL color Cylindrical-coordinate representation of color #5E9817: hue angle of 86.98º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E9817 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 23 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.40 |
| HSL | 86.98º | 0.74% | 0.34% | - |
| HSV(B) | 86.98º | 0.85% | 0.6% | - |
| XYZ | 16 | 24.9 | 4.77 | - |
| YUV | 119.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 23 | 0.38 | 0 | 0.85 | 0.40 | 86.98 | 0.74 | 0.34 |
| Hex | 5E | 98 | 17 | 26 | 0 | 55 | 28 | 57 | 4A | 22 |
| Octal | 136 | 230 | 27 | 46 | 0 | 125 | 50 | 127 | 112 | 42 |
| Binary | 1011110 | 10011000 | 10111 | 100110 | 0 | 1010101 | 101000 | 1010111 | 1001010 | 100010 |
Color Harmonies of #5E9817
Complementary color
Monochromatic Colors of #5E9817
Black with #5E9817
Text Example
Text Example
White with #5E9817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9817; }
p { color: rgb(94,152,23); }
H1.HeaderClassName
{
color: #5E9817;
}
.AnyTagClassName
{
color: #5E9817;
}
</style>
background-color css
<style>
a { background-color: #5E9817; }
a { background-color: rgb(94,152,23); }
div.DivClassName
{
background-color: #5E9817;
}
.BgClassName
{
background-color: #5E9817;
}
</style>
border-color css
<style>
span { border-color: #5E9817; }
span { border-color: rgb(94,152,23); }
td.TdClassName
{
border-color: #5E9817;
}
.TagClassName
{
border-color: #5E9817;
}
</style>