Shades of Hippie Green #50854D
Tints of Hippie Green #50854D
RGB
CMYK
RGB Variations
Color information
#50854D (or 0x50854D) is known color: Hippie Green. HEX triplet: 50, 85 and 4D. RGB value is (80,133,77). Sum of RGB (Red+Green+Blue) = 80+133+77=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #50854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50854D is #AF7AB2. Grayscale: #6E6E6E. Windows color (decimal): -11500211 or 5080400. OLE color: 5080400.
HSL color Cylindrical-coordinate representation of color #50854D: hue angle of 116.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50854D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 77 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.48 |
| HSL | 116.79º | 0.27% | 0.41% | - |
| HSV(B) | 116.79º | 0.42% | 0.52% | - |
| XYZ | 13.04 | 19.02 | 10 | - |
| YUV | 110.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 77 | 0.40 | 0 | 0.42 | 0.48 | 116.79 | 0.27 | 0.41 |
| Hex | 50 | 85 | 4D | 28 | 0 | 2A | 30 | 75 | 1B | 29 |
| Octal | 120 | 205 | 115 | 50 | 0 | 52 | 60 | 165 | 33 | 51 |
| Binary | 1010000 | 10000101 | 1001101 | 101000 | 0 | 101010 | 110000 | 1110101 | 11011 | 101001 |
Color Harmonies of #50854D
Complementary color
Monochromatic Colors of #50854D
Black with #50854D
Text Example
Text Example
White with #50854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50854D; }
p { color: rgb(80,133,77); }
H1.HeaderClassName
{
color: #50854D;
}
.AnyTagClassName
{
color: #50854D;
}
</style>
background-color css
<style>
a { background-color: #50854D; }
a { background-color: rgb(80,133,77); }
div.DivClassName
{
background-color: #50854D;
}
.BgClassName
{
background-color: #50854D;
}
</style>
border-color css
<style>
span { border-color: #50854D; }
span { border-color: rgb(80,133,77); }
td.TdClassName
{
border-color: #50854D;
}
.TagClassName
{
border-color: #50854D;
}
</style>