Shades of Hippie Green #5D9F50
Tints of Hippie Green #5D9F50
RGB
CMYK
RGB Variations
Color information
#5D9F50 (or 0x5D9F50) is known color: Hippie Green. HEX triplet: 5D, 9F and 50. RGB value is (93,159,80). Sum of RGB (Red+Green+Blue) = 93+159+80=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9F50 is #A260AF. Grayscale: #828282. Windows color (decimal): -10641584 or 5283677. OLE color: 5283677.
HSL color Cylindrical-coordinate representation of color #5D9F50: hue angle of 110.13º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D9F50 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 159 | 80 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.38 |
| HSL | 110.13º | 0.33% | 0.47% | - |
| HSV(B) | 110.13º | 0.5% | 0.62% | - |
| XYZ | 18.36 | 27.7 | 11.97 | - |
| YUV | 130.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 80 | 0.42 | 0 | 0.50 | 0.38 | 110.13 | 0.33 | 0.47 |
| Hex | 5D | 9F | 50 | 2A | 0 | 32 | 26 | 6E | 21 | 2F |
| Octal | 135 | 237 | 120 | 52 | 0 | 62 | 46 | 156 | 41 | 57 |
| Binary | 1011101 | 10011111 | 1010000 | 101010 | 0 | 110010 | 100110 | 1101110 | 100001 | 101111 |
Color Harmonies of #5D9F50
Complementary color
Monochromatic Colors of #5D9F50
Black with #5D9F50
Text Example
Text Example
White with #5D9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9F50; }
p { color: rgb(93,159,80); }
H1.HeaderClassName
{
color: #5D9F50;
}
.AnyTagClassName
{
color: #5D9F50;
}
</style>
background-color css
<style>
a { background-color: #5D9F50; }
a { background-color: rgb(93,159,80); }
div.DivClassName
{
background-color: #5D9F50;
}
.BgClassName
{
background-color: #5D9F50;
}
</style>
border-color css
<style>
span { border-color: #5D9F50; }
span { border-color: rgb(93,159,80); }
td.TdClassName
{
border-color: #5D9F50;
}
.TagClassName
{
border-color: #5D9F50;
}
</style>