Shades of Hippie Green #5E9150
Tints of Hippie Green #5E9150
RGB
CMYK
RGB Variations
Color information
#5E9150 (or 0x5E9150) is known color: Hippie Green. HEX triplet: 5E, 91 and 50. RGB value is (94,145,80). Sum of RGB (Red+Green+Blue) = 94+145+80=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9150 is #A16EAF. Grayscale: #7A7A7A. Windows color (decimal): -10579632 or 5280094. OLE color: 5280094.
HSL color Cylindrical-coordinate representation of color #5E9150: hue angle of 107.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9150 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 80 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.43 |
| HSL | 107.08º | 0.29% | 0.44% | - |
| HSV(B) | 107.08º | 0.45% | 0.57% | - |
| XYZ | 16.19 | 23.21 | 11.22 | - |
| YUV | 122.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 80 | 0.35 | 0 | 0.45 | 0.43 | 107.08 | 0.29 | 0.44 |
| Hex | 5E | 91 | 50 | 23 | 0 | 2D | 2B | 6B | 1D | 2C |
| Octal | 136 | 221 | 120 | 43 | 0 | 55 | 53 | 153 | 35 | 54 |
| Binary | 1011110 | 10010001 | 1010000 | 100011 | 0 | 101101 | 101011 | 1101011 | 11101 | 101100 |
Color Harmonies of #5E9150
Complementary color
Monochromatic Colors of #5E9150
Black with #5E9150
Text Example
Text Example
White with #5E9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9150; }
p { color: rgb(94,145,80); }
H1.HeaderClassName
{
color: #5E9150;
}
.AnyTagClassName
{
color: #5E9150;
}
</style>
background-color css
<style>
a { background-color: #5E9150; }
a { background-color: rgb(94,145,80); }
div.DivClassName
{
background-color: #5E9150;
}
.BgClassName
{
background-color: #5E9150;
}
</style>
border-color css
<style>
span { border-color: #5E9150; }
span { border-color: rgb(94,145,80); }
td.TdClassName
{
border-color: #5E9150;
}
.TagClassName
{
border-color: #5E9150;
}
</style>