Shades of Hippie Green #5D984B
Tints of Hippie Green #5D984B
RGB
CMYK
RGB Variations
Color information
#5D984B (or 0x5D984B) is known color: Hippie Green. HEX triplet: 5D, 98 and 4B. RGB value is (93,152,75). Sum of RGB (Red+Green+Blue) = 93+152+75=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #5D984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D984B is #A267B4. Grayscale: #7D7D7D. Windows color (decimal): -10643381 or 4954205. OLE color: 4954205.
HSL color Cylindrical-coordinate representation of color #5D984B: hue angle of 105.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D984B is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 75 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.40 |
| HSL | 105.97º | 0.34% | 0.45% | - |
| HSV(B) | 105.97º | 0.51% | 0.6% | - |
| XYZ | 17.01 | 25.29 | 10.64 | - |
| YUV | 125.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 75 | 0.39 | 0 | 0.51 | 0.40 | 105.97 | 0.34 | 0.45 |
| Hex | 5D | 98 | 4B | 27 | 0 | 33 | 28 | 6A | 22 | 2D |
| Octal | 135 | 230 | 113 | 47 | 0 | 63 | 50 | 152 | 42 | 55 |
| Binary | 1011101 | 10011000 | 1001011 | 100111 | 0 | 110011 | 101000 | 1101010 | 100010 | 101101 |
Color Harmonies of #5D984B
Complementary color
Monochromatic Colors of #5D984B
Black with #5D984B
Text Example
Text Example
White with #5D984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D984B; }
p { color: rgb(93,152,75); }
H1.HeaderClassName
{
color: #5D984B;
}
.AnyTagClassName
{
color: #5D984B;
}
</style>
background-color css
<style>
a { background-color: #5D984B; }
a { background-color: rgb(93,152,75); }
div.DivClassName
{
background-color: #5D984B;
}
.BgClassName
{
background-color: #5D984B;
}
</style>
border-color css
<style>
span { border-color: #5D984B; }
span { border-color: rgb(93,152,75); }
td.TdClassName
{
border-color: #5D984B;
}
.TagClassName
{
border-color: #5D984B;
}
</style>