Shades of Hippie Green #5E9C50
Tints of Hippie Green #5E9C50
RGB
CMYK
RGB Variations
Color information
#5E9C50 (or 0x5E9C50) is known color: Hippie Green. HEX triplet: 5E, 9C and 50. RGB value is (94,156,80). Sum of RGB (Red+Green+Blue) = 94+156+80=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C50 is #A163AF. Grayscale: #818181. Windows color (decimal): -10576816 or 5282910. OLE color: 5282910.
HSL color Cylindrical-coordinate representation of color #5E9C50: hue angle of 108.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E9C50 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 80 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.39 |
| HSL | 108.95º | 0.32% | 0.46% | - |
| HSV(B) | 108.95º | 0.49% | 0.61% | - |
| XYZ | 17.95 | 26.74 | 11.8 | - |
| YUV | 128.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 80 | 0.40 | 0 | 0.49 | 0.39 | 108.95 | 0.32 | 0.46 |
| Hex | 5E | 9C | 50 | 28 | 0 | 31 | 27 | 6D | 20 | 2E |
| Octal | 136 | 234 | 120 | 50 | 0 | 61 | 47 | 155 | 40 | 56 |
| Binary | 1011110 | 10011100 | 1010000 | 101000 | 0 | 110001 | 100111 | 1101101 | 100000 | 101110 |
Color Harmonies of #5E9C50
Complementary color
Monochromatic Colors of #5E9C50
Black with #5E9C50
Text Example
Text Example
White with #5E9C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C50; }
p { color: rgb(94,156,80); }
H1.HeaderClassName
{
color: #5E9C50;
}
.AnyTagClassName
{
color: #5E9C50;
}
</style>
background-color css
<style>
a { background-color: #5E9C50; }
a { background-color: rgb(94,156,80); }
div.DivClassName
{
background-color: #5E9C50;
}
.BgClassName
{
background-color: #5E9C50;
}
</style>
border-color css
<style>
span { border-color: #5E9C50; }
span { border-color: rgb(94,156,80); }
td.TdClassName
{
border-color: #5E9C50;
}
.TagClassName
{
border-color: #5E9C50;
}
</style>