Shades of Hippie Green #508A51
Tints of Hippie Green #508A51
RGB
CMYK
RGB Variations
Color information
#508A51 (or 0x508A51) is known color: Hippie Green. HEX triplet: 50, 8A and 51. RGB value is (80,138,81). Sum of RGB (Red+Green+Blue) = 80+138+81=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #508A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A51 is #AF75AE. Grayscale: #727272. Windows color (decimal): -11498927 or 5343824. OLE color: 5343824.
HSL color Cylindrical-coordinate representation of color #508A51: hue angle of 121.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508A51 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 81 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.46 |
| HSL | 121.03º | 0.27% | 0.43% | - |
| HSV(B) | 121.03º | 0.42% | 0.54% | - |
| XYZ | 13.88 | 20.48 | 11.01 | - |
| YUV | 114.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 81 | 0.42 | 0 | 0.41 | 0.46 | 121.03 | 0.27 | 0.43 |
| Hex | 50 | 8A | 51 | 2A | 0 | 29 | 2E | 79 | 1B | 2B |
| Octal | 120 | 212 | 121 | 52 | 0 | 51 | 56 | 171 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1010001 | 101010 | 0 | 101001 | 101110 | 1111001 | 11011 | 101011 |
Color Harmonies of #508A51
Complementary color
Monochromatic Colors of #508A51
Black with #508A51
Text Example
Text Example
White with #508A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A51; }
p { color: rgb(80,138,81); }
H1.HeaderClassName
{
color: #508A51;
}
.AnyTagClassName
{
color: #508A51;
}
</style>
background-color css
<style>
a { background-color: #508A51; }
a { background-color: rgb(80,138,81); }
div.DivClassName
{
background-color: #508A51;
}
.BgClassName
{
background-color: #508A51;
}
</style>
border-color css
<style>
span { border-color: #508A51; }
span { border-color: rgb(80,138,81); }
td.TdClassName
{
border-color: #508A51;
}
.TagClassName
{
border-color: #508A51;
}
</style>