Shades of Hippie Green #5E9C51
Tints of Hippie Green #5E9C51
RGB
CMYK
RGB Variations
Color information
#5E9C51 (or 0x5E9C51) is known color: Hippie Green. HEX triplet: 5E, 9C and 51. RGB value is (94,156,81). Sum of RGB (Red+Green+Blue) = 94+156+81=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C51 is #A163AE. Grayscale: #818181. Windows color (decimal): -10576815 or 5348446. OLE color: 5348446.
HSL color Cylindrical-coordinate representation of color #5E9C51: hue angle of 109.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E9C51 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 81 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.39 |
| HSL | 109.6º | 0.32% | 0.46% | - |
| HSV(B) | 109.6º | 0.48% | 0.61% | - |
| XYZ | 17.99 | 26.75 | 12 | - |
| YUV | 128.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 81 | 0.40 | 0 | 0.48 | 0.39 | 109.6 | 0.32 | 0.46 |
| Hex | 5E | 9C | 51 | 28 | 0 | 30 | 27 | 6E | 20 | 2E |
| Octal | 136 | 234 | 121 | 50 | 0 | 60 | 47 | 156 | 40 | 56 |
| Binary | 1011110 | 10011100 | 1010001 | 101000 | 0 | 110000 | 100111 | 1101110 | 100000 | 101110 |
Color Harmonies of #5E9C51
Complementary color
Monochromatic Colors of #5E9C51
Black with #5E9C51
Text Example
Text Example
White with #5E9C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C51; }
p { color: rgb(94,156,81); }
H1.HeaderClassName
{
color: #5E9C51;
}
.AnyTagClassName
{
color: #5E9C51;
}
</style>
background-color css
<style>
a { background-color: #5E9C51; }
a { background-color: rgb(94,156,81); }
div.DivClassName
{
background-color: #5E9C51;
}
.BgClassName
{
background-color: #5E9C51;
}
</style>
border-color css
<style>
span { border-color: #5E9C51; }
span { border-color: rgb(94,156,81); }
td.TdClassName
{
border-color: #5E9C51;
}
.TagClassName
{
border-color: #5E9C51;
}
</style>