Shades of Hippie Green #5D8D50
Tints of Hippie Green #5D8D50
RGB
CMYK
RGB Variations
Color information
#5D8D50 (or 0x5D8D50) is known color: Hippie Green. HEX triplet: 5D, 8D and 50. RGB value is (93,141,80). Sum of RGB (Red+Green+Blue) = 93+141+80=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D50 is #A272AF. Grayscale: #777777. Windows color (decimal): -10646192 or 5279069. OLE color: 5279069.
HSL color Cylindrical-coordinate representation of color #5D8D50: hue angle of 107.21º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D8D50 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 141 | 80 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.45 |
| HSL | 107.21º | 0.28% | 0.43% | - |
| HSV(B) | 107.21º | 0.43% | 0.55% | - |
| XYZ | 15.49 | 21.96 | 11.01 | - |
| YUV | 119.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 141 | 80 | 0.34 | 0 | 0.43 | 0.45 | 107.21 | 0.28 | 0.43 |
| Hex | 5D | 8D | 50 | 22 | 0 | 2B | 2D | 6B | 1C | 2B |
| Octal | 135 | 215 | 120 | 42 | 0 | 53 | 55 | 153 | 34 | 53 |
| Binary | 1011101 | 10001101 | 1010000 | 100010 | 0 | 101011 | 101101 | 1101011 | 11100 | 101011 |
Color Harmonies of #5D8D50
Complementary color
Monochromatic Colors of #5D8D50
Black with #5D8D50
Text Example
Text Example
White with #5D8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8D50; }
p { color: rgb(93,141,80); }
H1.HeaderClassName
{
color: #5D8D50;
}
.AnyTagClassName
{
color: #5D8D50;
}
</style>
background-color css
<style>
a { background-color: #5D8D50; }
a { background-color: rgb(93,141,80); }
div.DivClassName
{
background-color: #5D8D50;
}
.BgClassName
{
background-color: #5D8D50;
}
</style>
border-color css
<style>
span { border-color: #5D8D50; }
span { border-color: rgb(93,141,80); }
td.TdClassName
{
border-color: #5D8D50;
}
.TagClassName
{
border-color: #5D8D50;
}
</style>