Shades of Hippie Green #5D955E
Tints of Hippie Green #5D955E
RGB
CMYK
RGB Variations
Color information
#5D955E (or 0x5D955E) is known color: Hippie Green. HEX triplet: 5D, 95 and 5E. RGB value is (93,149,94). Sum of RGB (Red+Green+Blue) = 93+149+94=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #5D955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D955E is #A26AA1. Grayscale: #7E7E7E. Windows color (decimal): -10644130 or 6198621. OLE color: 6198621.
HSL color Cylindrical-coordinate representation of color #5D955E: hue angle of 121.07º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D955E is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 94 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.42 |
| HSL | 121.07º | 0.23% | 0.47% | - |
| HSV(B) | 121.07º | 0.38% | 0.58% | - |
| XYZ | 17.28 | 24.63 | 14.43 | - |
| YUV | 125.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 94 | 0.38 | 0 | 0.37 | 0.42 | 121.07 | 0.23 | 0.47 |
| Hex | 5D | 95 | 5E | 26 | 0 | 25 | 2A | 79 | 17 | 2F |
| Octal | 135 | 225 | 136 | 46 | 0 | 45 | 52 | 171 | 27 | 57 |
| Binary | 1011101 | 10010101 | 1011110 | 100110 | 0 | 100101 | 101010 | 1111001 | 10111 | 101111 |
Color Harmonies of #5D955E
Complementary color
Monochromatic Colors of #5D955E
Black with #5D955E
Text Example
Text Example
White with #5D955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D955E; }
p { color: rgb(93,149,94); }
H1.HeaderClassName
{
color: #5D955E;
}
.AnyTagClassName
{
color: #5D955E;
}
</style>
background-color css
<style>
a { background-color: #5D955E; }
a { background-color: rgb(93,149,94); }
div.DivClassName
{
background-color: #5D955E;
}
.BgClassName
{
background-color: #5D955E;
}
</style>
border-color css
<style>
span { border-color: #5D955E; }
span { border-color: rgb(93,149,94); }
td.TdClassName
{
border-color: #5D955E;
}
.TagClassName
{
border-color: #5D955E;
}
</style>