Shades of Hippie Green #5E964D
Tints of Hippie Green #5E964D
RGB
CMYK
RGB Variations
Color information
#5E964D (or 0x5E964D) is known color: Hippie Green. HEX triplet: 5E, 96 and 4D. RGB value is (94,150,77). Sum of RGB (Red+Green+Blue) = 94+150+77=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #5E964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E964D is #A169B2. Grayscale: #7D7D7D. Windows color (decimal): -10578355 or 5084766. OLE color: 5084766.
HSL color Cylindrical-coordinate representation of color #5E964D: hue angle of 106.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E964D is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 77 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.41 |
| HSL | 106.03º | 0.32% | 0.45% | - |
| HSV(B) | 106.03º | 0.49% | 0.59% | - |
| XYZ | 16.86 | 24.73 | 10.91 | - |
| YUV | 124.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 77 | 0.37 | 0 | 0.49 | 0.41 | 106.03 | 0.32 | 0.45 |
| Hex | 5E | 96 | 4D | 25 | 0 | 31 | 29 | 6A | 20 | 2D |
| Octal | 136 | 226 | 115 | 45 | 0 | 61 | 51 | 152 | 40 | 55 |
| Binary | 1011110 | 10010110 | 1001101 | 100101 | 0 | 110001 | 101001 | 1101010 | 100000 | 101101 |
Color Harmonies of #5E964D
Complementary color
Monochromatic Colors of #5E964D
Black with #5E964D
Text Example
Text Example
White with #5E964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E964D; }
p { color: rgb(94,150,77); }
H1.HeaderClassName
{
color: #5E964D;
}
.AnyTagClassName
{
color: #5E964D;
}
</style>
background-color css
<style>
a { background-color: #5E964D; }
a { background-color: rgb(94,150,77); }
div.DivClassName
{
background-color: #5E964D;
}
.BgClassName
{
background-color: #5E964D;
}
</style>
border-color css
<style>
span { border-color: #5E964D; }
span { border-color: rgb(94,150,77); }
td.TdClassName
{
border-color: #5E964D;
}
.TagClassName
{
border-color: #5E964D;
}
</style>