Shades of Hippie Green #5E9F53
Tints of Hippie Green #5E9F53
RGB
CMYK
RGB Variations
Color information
#5E9F53 (or 0x5E9F53) is known color: Hippie Green. HEX triplet: 5E, 9F and 53. RGB value is (94,159,83). Sum of RGB (Red+Green+Blue) = 94+159+83=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F53 is #A160AC. Grayscale: #838383. Windows color (decimal): -10576045 or 5480286. OLE color: 5480286.
HSL color Cylindrical-coordinate representation of color #5E9F53: hue angle of 111.32º 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 #5E9F53 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 83 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.38 |
| HSL | 111.32º | 0.31% | 0.47% | - |
| HSV(B) | 111.32º | 0.48% | 0.62% | - |
| XYZ | 18.58 | 27.8 | 12.57 | - |
| YUV | 130.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 83 | 0.41 | 0 | 0.48 | 0.38 | 111.32 | 0.31 | 0.47 |
| Hex | 5E | 9F | 53 | 29 | 0 | 30 | 26 | 6F | 1F | 2F |
| Octal | 136 | 237 | 123 | 51 | 0 | 60 | 46 | 157 | 37 | 57 |
| Binary | 1011110 | 10011111 | 1010011 | 101001 | 0 | 110000 | 100110 | 1101111 | 11111 | 101111 |
Color Harmonies of #5E9F53
Complementary color
Monochromatic Colors of #5E9F53
Black with #5E9F53
Text Example
Text Example
White with #5E9F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F53; }
p { color: rgb(94,159,83); }
H1.HeaderClassName
{
color: #5E9F53;
}
.AnyTagClassName
{
color: #5E9F53;
}
</style>
background-color css
<style>
a { background-color: #5E9F53; }
a { background-color: rgb(94,159,83); }
div.DivClassName
{
background-color: #5E9F53;
}
.BgClassName
{
background-color: #5E9F53;
}
</style>
border-color css
<style>
span { border-color: #5E9F53; }
span { border-color: rgb(94,159,83); }
td.TdClassName
{
border-color: #5E9F53;
}
.TagClassName
{
border-color: #5E9F53;
}
</style>