Shades of Hippie Green #5E9D50
Tints of Hippie Green #5E9D50
RGB
CMYK
RGB Variations
Color information
#5E9D50 (or 0x5E9D50) is known color: Hippie Green. HEX triplet: 5E, 9D and 50. RGB value is (94,157,80). Sum of RGB (Red+Green+Blue) = 94+157+80=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D50 is #A162AF. Grayscale: #818181. Windows color (decimal): -10576560 or 5283166. OLE color: 5283166.
HSL color Cylindrical-coordinate representation of color #5E9D50: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E9D50 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 80 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.38 |
| HSL | 109.09º | 0.32% | 0.46% | - |
| HSV(B) | 109.09º | 0.49% | 0.62% | - |
| XYZ | 18.12 | 27.07 | 11.86 | - |
| YUV | 129.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 80 | 0.40 | 0 | 0.49 | 0.38 | 109.09 | 0.32 | 0.46 |
| Hex | 5E | 9D | 50 | 28 | 0 | 31 | 26 | 6D | 20 | 2E |
| Octal | 136 | 235 | 120 | 50 | 0 | 61 | 46 | 155 | 40 | 56 |
| Binary | 1011110 | 10011101 | 1010000 | 101000 | 0 | 110001 | 100110 | 1101101 | 100000 | 101110 |
Color Harmonies of #5E9D50
Complementary color
Monochromatic Colors of #5E9D50
Black with #5E9D50
Text Example
Text Example
White with #5E9D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D50; }
p { color: rgb(94,157,80); }
H1.HeaderClassName
{
color: #5E9D50;
}
.AnyTagClassName
{
color: #5E9D50;
}
</style>
background-color css
<style>
a { background-color: #5E9D50; }
a { background-color: rgb(94,157,80); }
div.DivClassName
{
background-color: #5E9D50;
}
.BgClassName
{
background-color: #5E9D50;
}
</style>
border-color css
<style>
span { border-color: #5E9D50; }
span { border-color: rgb(94,157,80); }
td.TdClassName
{
border-color: #5E9D50;
}
.TagClassName
{
border-color: #5E9D50;
}
</style>