Shades of Hippie Green #5E9B54
Tints of Hippie Green #5E9B54
RGB
CMYK
RGB Variations
Color information
#5E9B54 (or 0x5E9B54) is known color: Hippie Green. HEX triplet: 5E, 9B and 54. RGB value is (94,155,84). Sum of RGB (Red+Green+Blue) = 94+155+84=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B54 is #A164AB. Grayscale: #808080. Windows color (decimal): -10577068 or 5544798. OLE color: 5544798.
HSL color Cylindrical-coordinate representation of color #5E9B54: hue angle of 111.55º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E9B54 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 84 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.39 |
| HSL | 111.55º | 0.3% | 0.47% | - |
| HSV(B) | 111.55º | 0.46% | 0.61% | - |
| XYZ | 17.94 | 26.46 | 12.55 | - |
| YUV | 128.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 84 | 0.39 | 0 | 0.46 | 0.39 | 111.55 | 0.3 | 0.47 |
| Hex | 5E | 9B | 54 | 27 | 0 | 2E | 27 | 70 | 1E | 2F |
| Octal | 136 | 233 | 124 | 47 | 0 | 56 | 47 | 160 | 36 | 57 |
| Binary | 1011110 | 10011011 | 1010100 | 100111 | 0 | 101110 | 100111 | 1110000 | 11110 | 101111 |
Color Harmonies of #5E9B54
Complementary color
Monochromatic Colors of #5E9B54
Black with #5E9B54
Text Example
Text Example
White with #5E9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B54; }
p { color: rgb(94,155,84); }
H1.HeaderClassName
{
color: #5E9B54;
}
.AnyTagClassName
{
color: #5E9B54;
}
</style>
background-color css
<style>
a { background-color: #5E9B54; }
a { background-color: rgb(94,155,84); }
div.DivClassName
{
background-color: #5E9B54;
}
.BgClassName
{
background-color: #5E9B54;
}
</style>
border-color css
<style>
span { border-color: #5E9B54; }
span { border-color: rgb(94,155,84); }
td.TdClassName
{
border-color: #5E9B54;
}
.TagClassName
{
border-color: #5E9B54;
}
</style>