Shades of Hippie Green #5C9650
Tints of Hippie Green #5C9650
RGB
CMYK
RGB Variations
Color information
#5C9650 (or 0x5C9650) is known color: Hippie Green. HEX triplet: 5C, 96 and 50. RGB value is (92,150,80). Sum of RGB (Red+Green+Blue) = 92+150+80=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9650 is #A369AF. Grayscale: #7C7C7C. Windows color (decimal): -10709424 or 5281372. OLE color: 5281372.
HSL color Cylindrical-coordinate representation of color #5C9650: hue angle of 109.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C9650 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 80 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.41 |
| HSL | 109.71º | 0.3% | 0.45% | - |
| HSV(B) | 109.71º | 0.47% | 0.59% | - |
| XYZ | 16.77 | 24.67 | 11.47 | - |
| YUV | 124.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 80 | 0.39 | 0 | 0.47 | 0.41 | 109.71 | 0.3 | 0.45 |
| Hex | 5C | 96 | 50 | 27 | 0 | 2F | 29 | 6E | 1E | 2D |
| Octal | 134 | 226 | 120 | 47 | 0 | 57 | 51 | 156 | 36 | 55 |
| Binary | 1011100 | 10010110 | 1010000 | 100111 | 0 | 101111 | 101001 | 1101110 | 11110 | 101101 |
Color Harmonies of #5C9650
Complementary color
Monochromatic Colors of #5C9650
Black with #5C9650
Text Example
Text Example
White with #5C9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9650; }
p { color: rgb(92,150,80); }
H1.HeaderClassName
{
color: #5C9650;
}
.AnyTagClassName
{
color: #5C9650;
}
</style>
background-color css
<style>
a { background-color: #5C9650; }
a { background-color: rgb(92,150,80); }
div.DivClassName
{
background-color: #5C9650;
}
.BgClassName
{
background-color: #5C9650;
}
</style>
border-color css
<style>
span { border-color: #5C9650; }
span { border-color: rgb(92,150,80); }
td.TdClassName
{
border-color: #5C9650;
}
.TagClassName
{
border-color: #5C9650;
}
</style>