Shades of Hippie Green #5E9D55
Tints of Hippie Green #5E9D55
RGB
CMYK
RGB Variations
Color information
#5E9D55 (or 0x5E9D55) is known color: Hippie Green. HEX triplet: 5E, 9D and 55. RGB value is (94,157,85). Sum of RGB (Red+Green+Blue) = 94+157+85=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D55 is #A162AA. Grayscale: #828282. Windows color (decimal): -10576555 or 5610846. OLE color: 5610846.
HSL color Cylindrical-coordinate representation of color #5E9D55: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E9D55 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 85 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.38 |
| HSL | 112.5º | 0.3% | 0.47% | - |
| HSV(B) | 112.5º | 0.46% | 0.62% | - |
| XYZ | 18.31 | 27.15 | 12.87 | - |
| YUV | 129.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 85 | 0.40 | 0 | 0.46 | 0.38 | 112.5 | 0.3 | 0.47 |
| Hex | 5E | 9D | 55 | 28 | 0 | 2E | 26 | 70 | 1E | 2F |
| Octal | 136 | 235 | 125 | 50 | 0 | 56 | 46 | 160 | 36 | 57 |
| Binary | 1011110 | 10011101 | 1010101 | 101000 | 0 | 101110 | 100110 | 1110000 | 11110 | 101111 |
Color Harmonies of #5E9D55
Complementary color
Monochromatic Colors of #5E9D55
Black with #5E9D55
Text Example
Text Example
White with #5E9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D55; }
p { color: rgb(94,157,85); }
H1.HeaderClassName
{
color: #5E9D55;
}
.AnyTagClassName
{
color: #5E9D55;
}
</style>
background-color css
<style>
a { background-color: #5E9D55; }
a { background-color: rgb(94,157,85); }
div.DivClassName
{
background-color: #5E9D55;
}
.BgClassName
{
background-color: #5E9D55;
}
</style>
border-color css
<style>
span { border-color: #5E9D55; }
span { border-color: rgb(94,157,85); }
td.TdClassName
{
border-color: #5E9D55;
}
.TagClassName
{
border-color: #5E9D55;
}
</style>