Shades of Hippie Green #5E9951
Tints of Hippie Green #5E9951
RGB
CMYK
RGB Variations
Color information
#5E9951 (or 0x5E9951) is known color: Hippie Green. HEX triplet: 5E, 99 and 51. RGB value is (94,153,81). Sum of RGB (Red+Green+Blue) = 94+153+81=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9951 is #A166AE. Grayscale: #7F7F7F. Windows color (decimal): -10577583 or 5347678. OLE color: 5347678.
HSL color Cylindrical-coordinate representation of color #5E9951: hue angle of 109.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E9951 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 81 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.4 |
| HSL | 109.17º | 0.31% | 0.46% | - |
| HSV(B) | 109.17º | 0.47% | 0.6% | - |
| XYZ | 17.49 | 25.76 | 11.83 | - |
| YUV | 127.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 81 | 0.39 | 0 | 0.47 | 0.4 | 109.17 | 0.31 | 0.46 |
| Hex | 5E | 99 | 51 | 27 | 0 | 2F | 28 | 6D | 1F | 2E |
| Octal | 136 | 231 | 121 | 47 | 0 | 57 | 50 | 155 | 37 | 56 |
| Binary | 1011110 | 10011001 | 1010001 | 100111 | 0 | 101111 | 101000 | 1101101 | 11111 | 101110 |
Color Harmonies of #5E9951
Complementary color
Monochromatic Colors of #5E9951
Black with #5E9951
Text Example
Text Example
White with #5E9951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9951; }
p { color: rgb(94,153,81); }
H1.HeaderClassName
{
color: #5E9951;
}
.AnyTagClassName
{
color: #5E9951;
}
</style>
background-color css
<style>
a { background-color: #5E9951; }
a { background-color: rgb(94,153,81); }
div.DivClassName
{
background-color: #5E9951;
}
.BgClassName
{
background-color: #5E9951;
}
</style>
border-color css
<style>
span { border-color: #5E9951; }
span { border-color: rgb(94,153,81); }
td.TdClassName
{
border-color: #5E9951;
}
.TagClassName
{
border-color: #5E9951;
}
</style>