Shades of Hippie Green #5D9859
Tints of Hippie Green #5D9859
RGB
CMYK
RGB Variations
Color information
#5D9859 (or 0x5D9859) is known color: Hippie Green. HEX triplet: 5D, 98 and 59. RGB value is (93,152,89). Sum of RGB (Red+Green+Blue) = 93+152+89=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #5D9859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9859 is #A267A6. Grayscale: #7F7F7F. Windows color (decimal): -10643367 or 5871709. OLE color: 5871709.
HSL color Cylindrical-coordinate representation of color #5D9859: hue angle of 116.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9859 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 89 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.40 |
| HSL | 116.19º | 0.26% | 0.47% | - |
| HSV(B) | 116.19º | 0.41% | 0.6% | - |
| XYZ | 17.55 | 25.5 | 13.45 | - |
| YUV | 127.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 89 | 0.39 | 0 | 0.41 | 0.40 | 116.19 | 0.26 | 0.47 |
| Hex | 5D | 98 | 59 | 27 | 0 | 29 | 28 | 74 | 1A | 2F |
| Octal | 135 | 230 | 131 | 47 | 0 | 51 | 50 | 164 | 32 | 57 |
| Binary | 1011101 | 10011000 | 1011001 | 100111 | 0 | 101001 | 101000 | 1110100 | 11010 | 101111 |
Color Harmonies of #5D9859
Complementary color
Monochromatic Colors of #5D9859
Black with #5D9859
Text Example
Text Example
White with #5D9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9859; }
p { color: rgb(93,152,89); }
H1.HeaderClassName
{
color: #5D9859;
}
.AnyTagClassName
{
color: #5D9859;
}
</style>
background-color css
<style>
a { background-color: #5D9859; }
a { background-color: rgb(93,152,89); }
div.DivClassName
{
background-color: #5D9859;
}
.BgClassName
{
background-color: #5D9859;
}
</style>
border-color css
<style>
span { border-color: #5D9859; }
span { border-color: rgb(93,152,89); }
td.TdClassName
{
border-color: #5D9859;
}
.TagClassName
{
border-color: #5D9859;
}
</style>