Shades of Hippie Green #5D8B55
Tints of Hippie Green #5D8B55
RGB
CMYK
RGB Variations
Color information
#5D8B55 (or 0x5D8B55) is known color: Hippie Green. HEX triplet: 5D, 8B and 55. RGB value is (93,139,85). Sum of RGB (Red+Green+Blue) = 93+139+85=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8B55 is #A274AA. Grayscale: #777777. Windows color (decimal): -10646699 or 5606237. OLE color: 5606237.
HSL color Cylindrical-coordinate representation of color #5D8B55: hue angle of 111.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D8B55 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 139 | 85 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.45 |
| HSL | 111.11º | 0.24% | 0.44% | - |
| HSV(B) | 111.11º | 0.39% | 0.55% | - |
| XYZ | 15.39 | 21.45 | 11.92 | - |
| YUV | 119.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 85 | 0.33 | 0 | 0.39 | 0.45 | 111.11 | 0.24 | 0.44 |
| Hex | 5D | 8B | 55 | 21 | 0 | 27 | 2D | 6F | 18 | 2C |
| Octal | 135 | 213 | 125 | 41 | 0 | 47 | 55 | 157 | 30 | 54 |
| Binary | 1011101 | 10001011 | 1010101 | 100001 | 0 | 100111 | 101101 | 1101111 | 11000 | 101100 |
Color Harmonies of #5D8B55
Complementary color
Monochromatic Colors of #5D8B55
Black with #5D8B55
Text Example
Text Example
White with #5D8B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8B55; }
p { color: rgb(93,139,85); }
H1.HeaderClassName
{
color: #5D8B55;
}
.AnyTagClassName
{
color: #5D8B55;
}
</style>
background-color css
<style>
a { background-color: #5D8B55; }
a { background-color: rgb(93,139,85); }
div.DivClassName
{
background-color: #5D8B55;
}
.BgClassName
{
background-color: #5D8B55;
}
</style>
border-color css
<style>
span { border-color: #5D8B55; }
span { border-color: rgb(93,139,85); }
td.TdClassName
{
border-color: #5D8B55;
}
.TagClassName
{
border-color: #5D8B55;
}
</style>