Shades of Hippie Green #5D944E
Tints of Hippie Green #5D944E
RGB
CMYK
RGB Variations
Color information
#5D944E (or 0x5D944E) is known color: Hippie Green. HEX triplet: 5D, 94 and 4E. RGB value is (93,148,78). Sum of RGB (Red+Green+Blue) = 93+148+78=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #5D944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D944E is #A26BB1. Grayscale: #7B7B7B. Windows color (decimal): -10644402 or 5149789. OLE color: 5149789.
HSL color Cylindrical-coordinate representation of color #5D944E: hue angle of 107.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D944E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 78 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.42 |
| HSL | 107.14º | 0.31% | 0.44% | - |
| HSV(B) | 107.14º | 0.47% | 0.58% | - |
| XYZ | 16.48 | 24.06 | 10.98 | - |
| YUV | 123.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 78 | 0.37 | 0 | 0.47 | 0.42 | 107.14 | 0.31 | 0.44 |
| Hex | 5D | 94 | 4E | 25 | 0 | 2F | 2A | 6B | 1F | 2C |
| Octal | 135 | 224 | 116 | 45 | 0 | 57 | 52 | 153 | 37 | 54 |
| Binary | 1011101 | 10010100 | 1001110 | 100101 | 0 | 101111 | 101010 | 1101011 | 11111 | 101100 |
Color Harmonies of #5D944E
Complementary color
Monochromatic Colors of #5D944E
Black with #5D944E
Text Example
Text Example
White with #5D944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D944E; }
p { color: rgb(93,148,78); }
H1.HeaderClassName
{
color: #5D944E;
}
.AnyTagClassName
{
color: #5D944E;
}
</style>
background-color css
<style>
a { background-color: #5D944E; }
a { background-color: rgb(93,148,78); }
div.DivClassName
{
background-color: #5D944E;
}
.BgClassName
{
background-color: #5D944E;
}
</style>
border-color css
<style>
span { border-color: #5D944E; }
span { border-color: rgb(93,148,78); }
td.TdClassName
{
border-color: #5D944E;
}
.TagClassName
{
border-color: #5D944E;
}
</style>