Shades of Hippie Green #5D904E
Tints of Hippie Green #5D904E
RGB
CMYK
RGB Variations
Color information
#5D904E (or 0x5D904E) is known color: Hippie Green. HEX triplet: 5D, 90 and 4E. RGB value is (93,144,78). Sum of RGB (Red+Green+Blue) = 93+144+78=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #5D904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D904E is #A26FB1. Grayscale: #797979. Windows color (decimal): -10645426 or 5148765. OLE color: 5148765.
HSL color Cylindrical-coordinate representation of color #5D904E: hue angle of 106.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D904E is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 78 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.44 |
| HSL | 106.36º | 0.3% | 0.44% | - |
| HSV(B) | 106.36º | 0.46% | 0.56% | - |
| XYZ | 15.86 | 22.82 | 10.78 | - |
| YUV | 121.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 78 | 0.35 | 0 | 0.46 | 0.44 | 106.36 | 0.3 | 0.44 |
| Hex | 5D | 90 | 4E | 23 | 0 | 2E | 2C | 6A | 1E | 2C |
| Octal | 135 | 220 | 116 | 43 | 0 | 56 | 54 | 152 | 36 | 54 |
| Binary | 1011101 | 10010000 | 1001110 | 100011 | 0 | 101110 | 101100 | 1101010 | 11110 | 101100 |
Color Harmonies of #5D904E
Complementary color
Monochromatic Colors of #5D904E
Black with #5D904E
Text Example
Text Example
White with #5D904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D904E; }
p { color: rgb(93,144,78); }
H1.HeaderClassName
{
color: #5D904E;
}
.AnyTagClassName
{
color: #5D904E;
}
</style>
background-color css
<style>
a { background-color: #5D904E; }
a { background-color: rgb(93,144,78); }
div.DivClassName
{
background-color: #5D904E;
}
.BgClassName
{
background-color: #5D904E;
}
</style>
border-color css
<style>
span { border-color: #5D904E; }
span { border-color: rgb(93,144,78); }
td.TdClassName
{
border-color: #5D904E;
}
.TagClassName
{
border-color: #5D904E;
}
</style>