Shades of Hippie Green #5B9850
Tints of Hippie Green #5B9850
RGB
CMYK
RGB Variations
Color information
#5B9850 (or 0x5B9850) is known color: Hippie Green. HEX triplet: 5B, 98 and 50. RGB value is (91,152,80). Sum of RGB (Red+Green+Blue) = 91+152+80=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9850 is #A467AF. Grayscale: #7D7D7D. Windows color (decimal): -10774448 or 5281883. OLE color: 5281883.
HSL color Cylindrical-coordinate representation of color #5B9850: hue angle of 110.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9850 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 80 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.40 |
| HSL | 110.83º | 0.31% | 0.45% | - |
| HSV(B) | 110.83º | 0.47% | 0.6% | - |
| XYZ | 16.99 | 25.26 | 11.57 | - |
| YUV | 125.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 80 | 0.40 | 0 | 0.47 | 0.40 | 110.83 | 0.31 | 0.45 |
| Hex | 5B | 98 | 50 | 28 | 0 | 2F | 28 | 6F | 1F | 2D |
| Octal | 133 | 230 | 120 | 50 | 0 | 57 | 50 | 157 | 37 | 55 |
| Binary | 1011011 | 10011000 | 1010000 | 101000 | 0 | 101111 | 101000 | 1101111 | 11111 | 101101 |
Color Harmonies of #5B9850
Complementary color
Monochromatic Colors of #5B9850
Black with #5B9850
Text Example
Text Example
White with #5B9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9850; }
p { color: rgb(91,152,80); }
H1.HeaderClassName
{
color: #5B9850;
}
.AnyTagClassName
{
color: #5B9850;
}
</style>
background-color css
<style>
a { background-color: #5B9850; }
a { background-color: rgb(91,152,80); }
div.DivClassName
{
background-color: #5B9850;
}
.BgClassName
{
background-color: #5B9850;
}
</style>
border-color css
<style>
span { border-color: #5B9850; }
span { border-color: rgb(91,152,80); }
td.TdClassName
{
border-color: #5B9850;
}
.TagClassName
{
border-color: #5B9850;
}
</style>