Shades of Hippie Green #5D9D55
Tints of Hippie Green #5D9D55
RGB
CMYK
RGB Variations
Color information
#5D9D55 (or 0x5D9D55) is known color: Hippie Green. HEX triplet: 5D, 9D and 55. RGB value is (93,157,85). Sum of RGB (Red+Green+Blue) = 93+157+85=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9D55 is #A262AA. Grayscale: #818181. Windows color (decimal): -10642091 or 5610845. OLE color: 5610845.
HSL color Cylindrical-coordinate representation of color #5D9D55: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D9D55 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 157 | 85 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.38 |
| HSL | 113.33º | 0.3% | 0.47% | - |
| HSV(B) | 113.33º | 0.46% | 0.62% | - |
| XYZ | 18.21 | 27.1 | 12.86 | - |
| YUV | 129.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 85 | 0.41 | 0 | 0.46 | 0.38 | 113.33 | 0.3 | 0.47 |
| Hex | 5D | 9D | 55 | 29 | 0 | 2E | 26 | 71 | 1E | 2F |
| Octal | 135 | 235 | 125 | 51 | 0 | 56 | 46 | 161 | 36 | 57 |
| Binary | 1011101 | 10011101 | 1010101 | 101001 | 0 | 101110 | 100110 | 1110001 | 11110 | 101111 |
Color Harmonies of #5D9D55
Complementary color
Monochromatic Colors of #5D9D55
Black with #5D9D55
Text Example
Text Example
White with #5D9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9D55; }
p { color: rgb(93,157,85); }
H1.HeaderClassName
{
color: #5D9D55;
}
.AnyTagClassName
{
color: #5D9D55;
}
</style>
background-color css
<style>
a { background-color: #5D9D55; }
a { background-color: rgb(93,157,85); }
div.DivClassName
{
background-color: #5D9D55;
}
.BgClassName
{
background-color: #5D9D55;
}
</style>
border-color css
<style>
span { border-color: #5D9D55; }
span { border-color: rgb(93,157,85); }
td.TdClassName
{
border-color: #5D9D55;
}
.TagClassName
{
border-color: #5D9D55;
}
</style>