Shades of Limeade #5E9D15
Tints of Limeade #5E9D15
RGB
CMYK
RGB Variations
Color information
#5E9D15 (or 0x5E9D15) is known color: Limeade. HEX triplet: 5E, 9D and 15. RGB value is (94,157,21). Sum of RGB (Red+Green+Blue) = 94+157+21=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9D15 is #A162EA. Grayscale: #7B7B7B. Windows color (decimal): -10576619 or 1416542. OLE color: 1416542.
HSL color Cylindrical-coordinate representation of color #5E9D15: hue angle of 87.79º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E9D15 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 21 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.38 |
| HSL | 87.79º | 0.76% | 0.35% | - |
| HSV(B) | 87.79º | 0.87% | 0.62% | - |
| XYZ | 16.81 | 26.55 | 4.95 | - |
| YUV | 122.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 21 | 0.40 | 0 | 0.87 | 0.38 | 87.79 | 0.76 | 0.35 |
| Hex | 5E | 9D | 15 | 28 | 0 | 57 | 26 | 58 | 4C | 23 |
| Octal | 136 | 235 | 25 | 50 | 0 | 127 | 46 | 130 | 114 | 43 |
| Binary | 1011110 | 10011101 | 10101 | 101000 | 0 | 1010111 | 100110 | 1011000 | 1001100 | 100011 |
Color Harmonies of #5E9D15
Complementary color
Monochromatic Colors of #5E9D15
Black with #5E9D15
Text Example
Text Example
White with #5E9D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D15; }
p { color: rgb(94,157,21); }
H1.HeaderClassName
{
color: #5E9D15;
}
.AnyTagClassName
{
color: #5E9D15;
}
</style>
background-color css
<style>
a { background-color: #5E9D15; }
a { background-color: rgb(94,157,21); }
div.DivClassName
{
background-color: #5E9D15;
}
.BgClassName
{
background-color: #5E9D15;
}
</style>
border-color css
<style>
span { border-color: #5E9D15; }
span { border-color: rgb(94,157,21); }
td.TdClassName
{
border-color: #5E9D15;
}
.TagClassName
{
border-color: #5E9D15;
}
</style>