Shades of Hippie Green #5E9556
Tints of Hippie Green #5E9556
RGB
CMYK
RGB Variations
Color information
#5E9556 (or 0x5E9556) is known color: Hippie Green. HEX triplet: 5E, 95 and 56. RGB value is (94,149,86). Sum of RGB (Red+Green+Blue) = 94+149+86=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9556 is #A16AA9. Grayscale: #7D7D7D. Windows color (decimal): -10578602 or 5674334. OLE color: 5674334.
HSL color Cylindrical-coordinate representation of color #5E9556: hue angle of 112.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9556 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 86 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.42 |
| HSL | 112.38º | 0.27% | 0.46% | - |
| HSV(B) | 112.38º | 0.42% | 0.58% | - |
| XYZ | 17.04 | 24.55 | 12.64 | - |
| YUV | 125.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 86 | 0.37 | 0 | 0.42 | 0.42 | 112.38 | 0.27 | 0.46 |
| Hex | 5E | 95 | 56 | 25 | 0 | 2A | 2A | 70 | 1B | 2E |
| Octal | 136 | 225 | 126 | 45 | 0 | 52 | 52 | 160 | 33 | 56 |
| Binary | 1011110 | 10010101 | 1010110 | 100101 | 0 | 101010 | 101010 | 1110000 | 11011 | 101110 |
Color Harmonies of #5E9556
Complementary color
Monochromatic Colors of #5E9556
Black with #5E9556
Text Example
Text Example
White with #5E9556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9556; }
p { color: rgb(94,149,86); }
H1.HeaderClassName
{
color: #5E9556;
}
.AnyTagClassName
{
color: #5E9556;
}
</style>
background-color css
<style>
a { background-color: #5E9556; }
a { background-color: rgb(94,149,86); }
div.DivClassName
{
background-color: #5E9556;
}
.BgClassName
{
background-color: #5E9556;
}
</style>
border-color css
<style>
span { border-color: #5E9556; }
span { border-color: rgb(94,149,86); }
td.TdClassName
{
border-color: #5E9556;
}
.TagClassName
{
border-color: #5E9556;
}
</style>