Shades of Hippie Green #5E935D
Tints of Hippie Green #5E935D
RGB
CMYK
RGB Variations
Color information
#5E935D (or 0x5E935D) is known color: Hippie Green. HEX triplet: 5E, 93 and 5D. RGB value is (94,147,93). Sum of RGB (Red+Green+Blue) = 94+147+93=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #5E935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E935D is #A16CA2. Grayscale: #7D7D7D. Windows color (decimal): -10579107 or 6132574. OLE color: 6132574.
HSL color Cylindrical-coordinate representation of color #5E935D: hue angle of 118.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E935D is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 93 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.42 |
| HSL | 118.89º | 0.23% | 0.47% | - |
| HSV(B) | 118.89º | 0.37% | 0.58% | - |
| XYZ | 17.03 | 24.04 | 14.1 | - |
| YUV | 125 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 93 | 0.36 | 0 | 0.37 | 0.42 | 118.89 | 0.23 | 0.47 |
| Hex | 5E | 93 | 5D | 24 | 0 | 25 | 2A | 77 | 16 | 2F |
| Octal | 136 | 223 | 135 | 44 | 0 | 45 | 52 | 167 | 26 | 57 |
| Binary | 1011110 | 10010011 | 1011101 | 100100 | 0 | 100101 | 101010 | 1110111 | 10110 | 101111 |
Color Harmonies of #5E935D
Complementary color
Monochromatic Colors of #5E935D
Black with #5E935D
Text Example
Text Example
White with #5E935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E935D; }
p { color: rgb(94,147,93); }
H1.HeaderClassName
{
color: #5E935D;
}
.AnyTagClassName
{
color: #5E935D;
}
</style>
background-color css
<style>
a { background-color: #5E935D; }
a { background-color: rgb(94,147,93); }
div.DivClassName
{
background-color: #5E935D;
}
.BgClassName
{
background-color: #5E935D;
}
</style>
border-color css
<style>
span { border-color: #5E935D; }
span { border-color: rgb(94,147,93); }
td.TdClassName
{
border-color: #5E935D;
}
.TagClassName
{
border-color: #5E935D;
}
</style>