Shades of Hippie Green #5B9F50
Tints of Hippie Green #5B9F50
RGB
CMYK
RGB Variations
Color information
#5B9F50 (or 0x5B9F50) is known color: Hippie Green. HEX triplet: 5B, 9F and 50. RGB value is (91,159,80). Sum of RGB (Red+Green+Blue) = 91+159+80=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F50 is #A460AF. Grayscale: #818181. Windows color (decimal): -10772656 or 5283675. OLE color: 5283675.
HSL color Cylindrical-coordinate representation of color #5B9F50: hue angle of 111.65º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B9F50 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 159 | 80 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.38 |
| HSL | 111.65º | 0.33% | 0.47% | - |
| HSV(B) | 111.65º | 0.5% | 0.62% | - |
| XYZ | 18.16 | 27.6 | 11.96 | - |
| YUV | 129.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 80 | 0.43 | 0 | 0.50 | 0.38 | 111.65 | 0.33 | 0.47 |
| Hex | 5B | 9F | 50 | 2B | 0 | 32 | 26 | 70 | 21 | 2F |
| Octal | 133 | 237 | 120 | 53 | 0 | 62 | 46 | 160 | 41 | 57 |
| Binary | 1011011 | 10011111 | 1010000 | 101011 | 0 | 110010 | 100110 | 1110000 | 100001 | 101111 |
Color Harmonies of #5B9F50
Complementary color
Monochromatic Colors of #5B9F50
Black with #5B9F50
Text Example
Text Example
White with #5B9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9F50; }
p { color: rgb(91,159,80); }
H1.HeaderClassName
{
color: #5B9F50;
}
.AnyTagClassName
{
color: #5B9F50;
}
</style>
background-color css
<style>
a { background-color: #5B9F50; }
a { background-color: rgb(91,159,80); }
div.DivClassName
{
background-color: #5B9F50;
}
.BgClassName
{
background-color: #5B9F50;
}
</style>
border-color css
<style>
span { border-color: #5B9F50; }
span { border-color: rgb(91,159,80); }
td.TdClassName
{
border-color: #5B9F50;
}
.TagClassName
{
border-color: #5B9F50;
}
</style>