Shades of Hippie Green #5E9952
Tints of Hippie Green #5E9952
RGB
CMYK
RGB Variations
Color information
#5E9952 (or 0x5E9952) is known color: Hippie Green. HEX triplet: 5E, 99 and 52. RGB value is (94,153,82). Sum of RGB (Red+Green+Blue) = 94+153+82=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9952 is #A166AD. Grayscale: #7F7F7F. Windows color (decimal): -10577582 or 5413214. OLE color: 5413214.
HSL color Cylindrical-coordinate representation of color #5E9952: hue angle of 109.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E9952 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 82 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.4 |
| HSL | 109.86º | 0.3% | 0.46% | - |
| HSV(B) | 109.86º | 0.46% | 0.6% | - |
| XYZ | 17.53 | 25.77 | 12.03 | - |
| YUV | 127.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 82 | 0.39 | 0 | 0.46 | 0.4 | 109.86 | 0.3 | 0.46 |
| Hex | 5E | 99 | 52 | 27 | 0 | 2E | 28 | 6E | 1E | 2E |
| Octal | 136 | 231 | 122 | 47 | 0 | 56 | 50 | 156 | 36 | 56 |
| Binary | 1011110 | 10011001 | 1010010 | 100111 | 0 | 101110 | 101000 | 1101110 | 11110 | 101110 |
Color Harmonies of #5E9952
Complementary color
Monochromatic Colors of #5E9952
Black with #5E9952
Text Example
Text Example
White with #5E9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9952; }
p { color: rgb(94,153,82); }
H1.HeaderClassName
{
color: #5E9952;
}
.AnyTagClassName
{
color: #5E9952;
}
</style>
background-color css
<style>
a { background-color: #5E9952; }
a { background-color: rgb(94,153,82); }
div.DivClassName
{
background-color: #5E9952;
}
.BgClassName
{
background-color: #5E9952;
}
</style>
border-color css
<style>
span { border-color: #5E9952; }
span { border-color: rgb(94,153,82); }
td.TdClassName
{
border-color: #5E9952;
}
.TagClassName
{
border-color: #5E9952;
}
</style>