Shades of Limeade #5E9735
Tints of Limeade #5E9735
RGB
CMYK
RGB Variations
Color information
#5E9735 (or 0x5E9735) is known color: Limeade. HEX triplet: 5E, 97 and 35. RGB value is (94,151,53). Sum of RGB (Red+Green+Blue) = 94+151+53=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9735 is #A168CA. Grayscale: #7B7B7B. Windows color (decimal): -10578123 or 3512158. OLE color: 3512158.
HSL color Cylindrical-coordinate representation of color #5E9735: hue angle of 94.9º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E9735 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 53 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.41 |
| HSL | 94.9º | 0.48% | 0.4% | - |
| HSV(B) | 94.9º | 0.65% | 0.59% | - |
| XYZ | 16.33 | 24.77 | 7.29 | - |
| YUV | 122.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 53 | 0.38 | 0 | 0.65 | 0.41 | 94.9 | 0.48 | 0.4 |
| Hex | 5E | 97 | 35 | 26 | 0 | 41 | 29 | 5F | 30 | 28 |
| Octal | 136 | 227 | 65 | 46 | 0 | 101 | 51 | 137 | 60 | 50 |
| Binary | 1011110 | 10010111 | 110101 | 100110 | 0 | 1000001 | 101001 | 1011111 | 110000 | 101000 |
Color Harmonies of #5E9735
Complementary color
Monochromatic Colors of #5E9735
Black with #5E9735
Text Example
Text Example
White with #5E9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9735; }
p { color: rgb(94,151,53); }
H1.HeaderClassName
{
color: #5E9735;
}
.AnyTagClassName
{
color: #5E9735;
}
</style>
background-color css
<style>
a { background-color: #5E9735; }
a { background-color: rgb(94,151,53); }
div.DivClassName
{
background-color: #5E9735;
}
.BgClassName
{
background-color: #5E9735;
}
</style>
border-color css
<style>
span { border-color: #5E9735; }
span { border-color: rgb(94,151,53); }
td.TdClassName
{
border-color: #5E9735;
}
.TagClassName
{
border-color: #5E9735;
}
</style>