Shades of Limeade #5E9638
Tints of Limeade #5E9638
RGB
CMYK
RGB Variations
Color information
#5E9638 (or 0x5E9638) is known color: Limeade. HEX triplet: 5E, 96 and 38. RGB value is (94,150,56). Sum of RGB (Red+Green+Blue) = 94+150+56=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9638 is #A169C7. Grayscale: #7A7A7A. Windows color (decimal): -10578376 or 3708510. OLE color: 3708510.
HSL color Cylindrical-coordinate representation of color #5E9638: hue angle of 95.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9638 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 56 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.41 |
| HSL | 95.74º | 0.46% | 0.4% | - |
| HSV(B) | 95.74º | 0.63% | 0.59% | - |
| XYZ | 16.24 | 24.48 | 7.61 | - |
| YUV | 122.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 56 | 0.37 | 0 | 0.63 | 0.41 | 95.74 | 0.46 | 0.4 |
| Hex | 5E | 96 | 38 | 25 | 0 | 3F | 29 | 60 | 2E | 28 |
| Octal | 136 | 226 | 70 | 45 | 0 | 77 | 51 | 140 | 56 | 50 |
| Binary | 1011110 | 10010110 | 111000 | 100101 | 0 | 111111 | 101001 | 1100000 | 101110 | 101000 |
Color Harmonies of #5E9638
Complementary color
Monochromatic Colors of #5E9638
Black with #5E9638
Text Example
Text Example
White with #5E9638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9638; }
p { color: rgb(94,150,56); }
H1.HeaderClassName
{
color: #5E9638;
}
.AnyTagClassName
{
color: #5E9638;
}
</style>
background-color css
<style>
a { background-color: #5E9638; }
a { background-color: rgb(94,150,56); }
div.DivClassName
{
background-color: #5E9638;
}
.BgClassName
{
background-color: #5E9638;
}
</style>
border-color css
<style>
span { border-color: #5E9638; }
span { border-color: rgb(94,150,56); }
td.TdClassName
{
border-color: #5E9638;
}
.TagClassName
{
border-color: #5E9638;
}
</style>