Shades of Hippie Green #5E984E
Tints of Hippie Green #5E984E
RGB
CMYK
RGB Variations
Color information
#5E984E (or 0x5E984E) is known color: Hippie Green. HEX triplet: 5E, 98 and 4E. RGB value is (94,152,78). Sum of RGB (Red+Green+Blue) = 94+152+78=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #5E984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E984E is #A167B1. Grayscale: #7E7E7E. Windows color (decimal): -10577842 or 5150814. OLE color: 5150814.
HSL color Cylindrical-coordinate representation of color #5E984E: hue angle of 107.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E984E is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 78 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.40 |
| HSL | 107.03º | 0.32% | 0.45% | - |
| HSV(B) | 107.03º | 0.49% | 0.6% | - |
| XYZ | 17.22 | 25.39 | 11.2 | - |
| YUV | 126.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 78 | 0.38 | 0 | 0.49 | 0.40 | 107.03 | 0.32 | 0.45 |
| Hex | 5E | 98 | 4E | 26 | 0 | 31 | 28 | 6B | 20 | 2D |
| Octal | 136 | 230 | 116 | 46 | 0 | 61 | 50 | 153 | 40 | 55 |
| Binary | 1011110 | 10011000 | 1001110 | 100110 | 0 | 110001 | 101000 | 1101011 | 100000 | 101101 |
Color Harmonies of #5E984E
Complementary color
Monochromatic Colors of #5E984E
Black with #5E984E
Text Example
Text Example
White with #5E984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E984E; }
p { color: rgb(94,152,78); }
H1.HeaderClassName
{
color: #5E984E;
}
.AnyTagClassName
{
color: #5E984E;
}
</style>
background-color css
<style>
a { background-color: #5E984E; }
a { background-color: rgb(94,152,78); }
div.DivClassName
{
background-color: #5E984E;
}
.BgClassName
{
background-color: #5E984E;
}
</style>
border-color css
<style>
span { border-color: #5E984E; }
span { border-color: rgb(94,152,78); }
td.TdClassName
{
border-color: #5E984E;
}
.TagClassName
{
border-color: #5E984E;
}
</style>