Shades of Hippie Green #5E9955
Tints of Hippie Green #5E9955
RGB
CMYK
RGB Variations
Color information
#5E9955 (or 0x5E9955) is known color: Hippie Green. HEX triplet: 5E, 99 and 55. RGB value is (94,153,85). Sum of RGB (Red+Green+Blue) = 94+153+85=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9955 is #A166AA. Grayscale: #7F7F7F. Windows color (decimal): -10577579 or 5609822. OLE color: 5609822.
HSL color Cylindrical-coordinate representation of color #5E9955: hue angle of 112.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E9955 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 85 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.4 |
| HSL | 112.06º | 0.29% | 0.47% | - |
| HSV(B) | 112.06º | 0.44% | 0.6% | - |
| XYZ | 17.65 | 25.82 | 12.65 | - |
| YUV | 127.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 85 | 0.39 | 0 | 0.44 | 0.4 | 112.06 | 0.29 | 0.47 |
| Hex | 5E | 99 | 55 | 27 | 0 | 2C | 28 | 70 | 1D | 2F |
| Octal | 136 | 231 | 125 | 47 | 0 | 54 | 50 | 160 | 35 | 57 |
| Binary | 1011110 | 10011001 | 1010101 | 100111 | 0 | 101100 | 101000 | 1110000 | 11101 | 101111 |
Color Harmonies of #5E9955
Complementary color
Monochromatic Colors of #5E9955
Black with #5E9955
Text Example
Text Example
White with #5E9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9955; }
p { color: rgb(94,153,85); }
H1.HeaderClassName
{
color: #5E9955;
}
.AnyTagClassName
{
color: #5E9955;
}
</style>
background-color css
<style>
a { background-color: #5E9955; }
a { background-color: rgb(94,153,85); }
div.DivClassName
{
background-color: #5E9955;
}
.BgClassName
{
background-color: #5E9955;
}
</style>
border-color css
<style>
span { border-color: #5E9955; }
span { border-color: rgb(94,153,85); }
td.TdClassName
{
border-color: #5E9955;
}
.TagClassName
{
border-color: #5E9955;
}
</style>