Shades of Hippie Green #5D904F
Tints of Hippie Green #5D904F
RGB
CMYK
RGB Variations
Color information
#5D904F (or 0x5D904F) is known color: Hippie Green. HEX triplet: 5D, 90 and 4F. RGB value is (93,144,79). Sum of RGB (Red+Green+Blue) = 93+144+79=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #5D904F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D904F is #A26FB0. Grayscale: #797979. Windows color (decimal): -10645425 or 5214301. OLE color: 5214301.
HSL color Cylindrical-coordinate representation of color #5D904F: hue angle of 107.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D904F is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 79 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.44 |
| HSL | 107.08º | 0.29% | 0.44% | - |
| HSV(B) | 107.08º | 0.45% | 0.56% | - |
| XYZ | 15.9 | 22.84 | 10.97 | - |
| YUV | 121.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 79 | 0.35 | 0 | 0.45 | 0.44 | 107.08 | 0.29 | 0.44 |
| Hex | 5D | 90 | 4F | 23 | 0 | 2D | 2C | 6B | 1D | 2C |
| Octal | 135 | 220 | 117 | 43 | 0 | 55 | 54 | 153 | 35 | 54 |
| Binary | 1011101 | 10010000 | 1001111 | 100011 | 0 | 101101 | 101100 | 1101011 | 11101 | 101100 |
Color Harmonies of #5D904F
Complementary color
Monochromatic Colors of #5D904F
Black with #5D904F
Text Example
Text Example
White with #5D904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D904F; }
p { color: rgb(93,144,79); }
H1.HeaderClassName
{
color: #5D904F;
}
.AnyTagClassName
{
color: #5D904F;
}
</style>
background-color css
<style>
a { background-color: #5D904F; }
a { background-color: rgb(93,144,79); }
div.DivClassName
{
background-color: #5D904F;
}
.BgClassName
{
background-color: #5D904F;
}
</style>
border-color css
<style>
span { border-color: #5D904F; }
span { border-color: rgb(93,144,79); }
td.TdClassName
{
border-color: #5D904F;
}
.TagClassName
{
border-color: #5D904F;
}
</style>