Shades of Hippie Green #518B50
Tints of Hippie Green #518B50
RGB
CMYK
RGB Variations
Color information
#518B50 (or 0x518B50) is known color: Hippie Green. HEX triplet: 51, 8B and 50. RGB value is (81,139,80). Sum of RGB (Red+Green+Blue) = 81+139+80=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #518B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B50 is #AE74AF. Grayscale: #737373. Windows color (decimal): -11433136 or 5278545. OLE color: 5278545.
HSL color Cylindrical-coordinate representation of color #518B50: hue angle of 118.98º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B50 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 80 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.45 |
| HSL | 118.98º | 0.27% | 0.43% | - |
| HSV(B) | 118.98º | 0.42% | 0.55% | - |
| XYZ | 14.07 | 20.79 | 10.86 | - |
| YUV | 114.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 80 | 0.42 | 0 | 0.42 | 0.45 | 118.98 | 0.27 | 0.43 |
| Hex | 51 | 8B | 50 | 2A | 0 | 2A | 2D | 77 | 1B | 2B |
| Octal | 121 | 213 | 120 | 52 | 0 | 52 | 55 | 167 | 33 | 53 |
| Binary | 1010001 | 10001011 | 1010000 | 101010 | 0 | 101010 | 101101 | 1110111 | 11011 | 101011 |
Color Harmonies of #518B50
Complementary color
Monochromatic Colors of #518B50
Black with #518B50
Text Example
Text Example
White with #518B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B50; }
p { color: rgb(81,139,80); }
H1.HeaderClassName
{
color: #518B50;
}
.AnyTagClassName
{
color: #518B50;
}
</style>
background-color css
<style>
a { background-color: #518B50; }
a { background-color: rgb(81,139,80); }
div.DivClassName
{
background-color: #518B50;
}
.BgClassName
{
background-color: #518B50;
}
</style>
border-color css
<style>
span { border-color: #518B50; }
span { border-color: rgb(81,139,80); }
td.TdClassName
{
border-color: #518B50;
}
.TagClassName
{
border-color: #518B50;
}
</style>