Shades of Limeade #5E9915
Tints of Limeade #5E9915
RGB
CMYK
RGB Variations
Color information
#5E9915 (or 0x5E9915) is known color: Limeade. HEX triplet: 5E, 99 and 15. RGB value is (94,153,21). Sum of RGB (Red+Green+Blue) = 94+153+21=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9915 is #A166EA. Grayscale: #787878. Windows color (decimal): -10577643 or 1415518. OLE color: 1415518.
HSL color Cylindrical-coordinate representation of color #5E9915: hue angle of 86.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E9915 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 21 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.4 |
| HSL | 86.82º | 0.76% | 0.34% | - |
| HSV(B) | 86.82º | 0.86% | 0.6% | - |
| XYZ | 16.14 | 25.22 | 4.73 | - |
| YUV | 120.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 21 | 0.39 | 0 | 0.86 | 0.4 | 86.82 | 0.76 | 0.34 |
| Hex | 5E | 99 | 15 | 27 | 0 | 56 | 28 | 57 | 4C | 22 |
| Octal | 136 | 231 | 25 | 47 | 0 | 126 | 50 | 127 | 114 | 42 |
| Binary | 1011110 | 10011001 | 10101 | 100111 | 0 | 1010110 | 101000 | 1010111 | 1001100 | 100010 |
Color Harmonies of #5E9915
Complementary color
Monochromatic Colors of #5E9915
Black with #5E9915
Text Example
Text Example
White with #5E9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9915; }
p { color: rgb(94,153,21); }
H1.HeaderClassName
{
color: #5E9915;
}
.AnyTagClassName
{
color: #5E9915;
}
</style>
background-color css
<style>
a { background-color: #5E9915; }
a { background-color: rgb(94,153,21); }
div.DivClassName
{
background-color: #5E9915;
}
.BgClassName
{
background-color: #5E9915;
}
</style>
border-color css
<style>
span { border-color: #5E9915; }
span { border-color: rgb(94,153,21); }
td.TdClassName
{
border-color: #5E9915;
}
.TagClassName
{
border-color: #5E9915;
}
</style>