Shades of Hippie Green #5D934E
Tints of Hippie Green #5D934E
RGB
CMYK
RGB Variations
Color information
#5D934E (or 0x5D934E) is known color: Hippie Green. HEX triplet: 5D, 93 and 4E. RGB value is (93,147,78). Sum of RGB (Red+Green+Blue) = 93+147+78=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #5D934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D934E is #A26CB1. Grayscale: #7B7B7B. Windows color (decimal): -10644658 or 5149533. OLE color: 5149533.
HSL color Cylindrical-coordinate representation of color #5D934E: hue angle of 106.96º 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 #5D934E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 78 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.42 |
| HSL | 106.96º | 0.31% | 0.44% | - |
| HSV(B) | 106.96º | 0.47% | 0.58% | - |
| XYZ | 16.32 | 23.74 | 10.93 | - |
| YUV | 122.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 78 | 0.37 | 0 | 0.47 | 0.42 | 106.96 | 0.31 | 0.44 |
| Hex | 5D | 93 | 4E | 25 | 0 | 2F | 2A | 6B | 1F | 2C |
| Octal | 135 | 223 | 116 | 45 | 0 | 57 | 52 | 153 | 37 | 54 |
| Binary | 1011101 | 10010011 | 1001110 | 100101 | 0 | 101111 | 101010 | 1101011 | 11111 | 101100 |
Color Harmonies of #5D934E
Complementary color
Monochromatic Colors of #5D934E
Black with #5D934E
Text Example
Text Example
White with #5D934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D934E; }
p { color: rgb(93,147,78); }
H1.HeaderClassName
{
color: #5D934E;
}
.AnyTagClassName
{
color: #5D934E;
}
</style>
background-color css
<style>
a { background-color: #5D934E; }
a { background-color: rgb(93,147,78); }
div.DivClassName
{
background-color: #5D934E;
}
.BgClassName
{
background-color: #5D934E;
}
</style>
border-color css
<style>
span { border-color: #5D934E; }
span { border-color: rgb(93,147,78); }
td.TdClassName
{
border-color: #5D934E;
}
.TagClassName
{
border-color: #5D934E;
}
</style>