Shades of Hippie Green #5E994E
Tints of Hippie Green #5E994E
RGB
CMYK
RGB Variations
Color information
#5E994E (or 0x5E994E) is known color: Hippie Green. HEX triplet: 5E, 99 and 4E. RGB value is (94,153,78). Sum of RGB (Red+Green+Blue) = 94+153+78=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #5E994E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E994E is #A166B1. Grayscale: #7F7F7F. Windows color (decimal): -10577586 or 5151070. OLE color: 5151070.
HSL color Cylindrical-coordinate representation of color #5E994E: hue angle of 107.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E994E is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 78 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.4 |
| HSL | 107.2º | 0.32% | 0.45% | - |
| HSV(B) | 107.2º | 0.49% | 0.6% | - |
| XYZ | 17.38 | 25.71 | 11.25 | - |
| YUV | 126.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 78 | 0.39 | 0 | 0.49 | 0.4 | 107.2 | 0.32 | 0.45 |
| Hex | 5E | 99 | 4E | 27 | 0 | 31 | 28 | 6B | 20 | 2D |
| Octal | 136 | 231 | 116 | 47 | 0 | 61 | 50 | 153 | 40 | 55 |
| Binary | 1011110 | 10011001 | 1001110 | 100111 | 0 | 110001 | 101000 | 1101011 | 100000 | 101101 |
Color Harmonies of #5E994E
Complementary color
Monochromatic Colors of #5E994E
Black with #5E994E
Text Example
Text Example
White with #5E994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E994E; }
p { color: rgb(94,153,78); }
H1.HeaderClassName
{
color: #5E994E;
}
.AnyTagClassName
{
color: #5E994E;
}
</style>
background-color css
<style>
a { background-color: #5E994E; }
a { background-color: rgb(94,153,78); }
div.DivClassName
{
background-color: #5E994E;
}
.BgClassName
{
background-color: #5E994E;
}
</style>
border-color css
<style>
span { border-color: #5E994E; }
span { border-color: rgb(94,153,78); }
td.TdClassName
{
border-color: #5E994E;
}
.TagClassName
{
border-color: #5E994E;
}
</style>