Shades of Hippie Green #5D964C
Tints of Hippie Green #5D964C
RGB
CMYK
RGB Variations
Color information
#5D964C (or 0x5D964C) is known color: Hippie Green. HEX triplet: 5D, 96 and 4C. RGB value is (93,150,76). Sum of RGB (Red+Green+Blue) = 93+150+76=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #5D964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D964C is #A269B3. Grayscale: #7C7C7C. Windows color (decimal): -10643892 or 5019229. OLE color: 5019229.
HSL color Cylindrical-coordinate representation of color #5D964C: hue angle of 106.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D964C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 76 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.41 |
| HSL | 106.22º | 0.33% | 0.44% | - |
| HSV(B) | 106.22º | 0.49% | 0.59% | - |
| XYZ | 16.73 | 24.66 | 10.72 | - |
| YUV | 124.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 76 | 0.38 | 0 | 0.49 | 0.41 | 106.22 | 0.33 | 0.44 |
| Hex | 5D | 96 | 4C | 26 | 0 | 31 | 29 | 6A | 21 | 2C |
| Octal | 135 | 226 | 114 | 46 | 0 | 61 | 51 | 152 | 41 | 54 |
| Binary | 1011101 | 10010110 | 1001100 | 100110 | 0 | 110001 | 101001 | 1101010 | 100001 | 101100 |
Color Harmonies of #5D964C
Complementary color
Monochromatic Colors of #5D964C
Black with #5D964C
Text Example
Text Example
White with #5D964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D964C; }
p { color: rgb(93,150,76); }
H1.HeaderClassName
{
color: #5D964C;
}
.AnyTagClassName
{
color: #5D964C;
}
</style>
background-color css
<style>
a { background-color: #5D964C; }
a { background-color: rgb(93,150,76); }
div.DivClassName
{
background-color: #5D964C;
}
.BgClassName
{
background-color: #5D964C;
}
</style>
border-color css
<style>
span { border-color: #5D964C; }
span { border-color: rgb(93,150,76); }
td.TdClassName
{
border-color: #5D964C;
}
.TagClassName
{
border-color: #5D964C;
}
</style>