Shades of Hippie Green #5E9D52
Tints of Hippie Green #5E9D52
RGB
CMYK
RGB Variations
Color information
#5E9D52 (or 0x5E9D52) is known color: Hippie Green. HEX triplet: 5E, 9D and 52. RGB value is (94,157,82). Sum of RGB (Red+Green+Blue) = 94+157+82=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D52 is #A162AD. Grayscale: #818181. Windows color (decimal): -10576558 or 5414238. OLE color: 5414238.
HSL color Cylindrical-coordinate representation of color #5E9D52: hue angle of 110.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E9D52 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 82 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.38 |
| HSL | 110.4º | 0.31% | 0.47% | - |
| HSV(B) | 110.4º | 0.48% | 0.62% | - |
| XYZ | 18.2 | 27.1 | 12.25 | - |
| YUV | 129.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 82 | 0.40 | 0 | 0.48 | 0.38 | 110.4 | 0.31 | 0.47 |
| Hex | 5E | 9D | 52 | 28 | 0 | 30 | 26 | 6E | 1F | 2F |
| Octal | 136 | 235 | 122 | 50 | 0 | 60 | 46 | 156 | 37 | 57 |
| Binary | 1011110 | 10011101 | 1010010 | 101000 | 0 | 110000 | 100110 | 1101110 | 11111 | 101111 |
Color Harmonies of #5E9D52
Complementary color
Monochromatic Colors of #5E9D52
Black with #5E9D52
Text Example
Text Example
White with #5E9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D52; }
p { color: rgb(94,157,82); }
H1.HeaderClassName
{
color: #5E9D52;
}
.AnyTagClassName
{
color: #5E9D52;
}
</style>
background-color css
<style>
a { background-color: #5E9D52; }
a { background-color: rgb(94,157,82); }
div.DivClassName
{
background-color: #5E9D52;
}
.BgClassName
{
background-color: #5E9D52;
}
</style>
border-color css
<style>
span { border-color: #5E9D52; }
span { border-color: rgb(94,157,82); }
td.TdClassName
{
border-color: #5E9D52;
}
.TagClassName
{
border-color: #5E9D52;
}
</style>