Shades of Hippie Green #5D9456
Tints of Hippie Green #5D9456
RGB
CMYK
RGB Variations
Color information
#5D9456 (or 0x5D9456) is known color: Hippie Green. HEX triplet: 5D, 94 and 56. RGB value is (93,148,86). Sum of RGB (Red+Green+Blue) = 93+148+86=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9456 is #A26BA9. Grayscale: #7C7C7C. Windows color (decimal): -10644394 or 5674077. OLE color: 5674077.
HSL color Cylindrical-coordinate representation of color #5D9456: hue angle of 113.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D9456 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 86 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.42 |
| HSL | 113.23º | 0.26% | 0.46% | - |
| HSV(B) | 113.23º | 0.42% | 0.58% | - |
| XYZ | 16.78 | 24.18 | 12.59 | - |
| YUV | 124.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 86 | 0.37 | 0 | 0.42 | 0.42 | 113.23 | 0.26 | 0.46 |
| Hex | 5D | 94 | 56 | 25 | 0 | 2A | 2A | 71 | 1A | 2E |
| Octal | 135 | 224 | 126 | 45 | 0 | 52 | 52 | 161 | 32 | 56 |
| Binary | 1011101 | 10010100 | 1010110 | 100101 | 0 | 101010 | 101010 | 1110001 | 11010 | 101110 |
Color Harmonies of #5D9456
Complementary color
Monochromatic Colors of #5D9456
Black with #5D9456
Text Example
Text Example
White with #5D9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9456; }
p { color: rgb(93,148,86); }
H1.HeaderClassName
{
color: #5D9456;
}
.AnyTagClassName
{
color: #5D9456;
}
</style>
background-color css
<style>
a { background-color: #5D9456; }
a { background-color: rgb(93,148,86); }
div.DivClassName
{
background-color: #5D9456;
}
.BgClassName
{
background-color: #5D9456;
}
</style>
border-color css
<style>
span { border-color: #5D9456; }
span { border-color: rgb(93,148,86); }
td.TdClassName
{
border-color: #5D9456;
}
.TagClassName
{
border-color: #5D9456;
}
</style>