Shades of Hippie Green #5C8F57
Tints of Hippie Green #5C8F57
RGB
CMYK
RGB Variations
Color information
#5C8F57 (or 0x5C8F57) is known color: Hippie Green. HEX triplet: 5C, 8F and 57. RGB value is (92,143,87). Sum of RGB (Red+Green+Blue) = 92+143+87=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #5C8F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8F57 is #A370A8. Grayscale: #797979. Windows color (decimal): -10711209 or 5738332. OLE color: 5738332.
HSL color Cylindrical-coordinate representation of color #5C8F57: hue angle of 114.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8F57 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 143 | 87 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.44 |
| HSL | 114.64º | 0.24% | 0.45% | - |
| HSV(B) | 114.64º | 0.39% | 0.56% | - |
| XYZ | 15.96 | 22.61 | 12.54 | - |
| YUV | 121.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 87 | 0.36 | 0 | 0.39 | 0.44 | 114.64 | 0.24 | 0.45 |
| Hex | 5C | 8F | 57 | 24 | 0 | 27 | 2C | 73 | 18 | 2D |
| Octal | 134 | 217 | 127 | 44 | 0 | 47 | 54 | 163 | 30 | 55 |
| Binary | 1011100 | 10001111 | 1010111 | 100100 | 0 | 100111 | 101100 | 1110011 | 11000 | 101101 |
Color Harmonies of #5C8F57
Complementary color
Monochromatic Colors of #5C8F57
Black with #5C8F57
Text Example
Text Example
White with #5C8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8F57; }
p { color: rgb(92,143,87); }
H1.HeaderClassName
{
color: #5C8F57;
}
.AnyTagClassName
{
color: #5C8F57;
}
</style>
background-color css
<style>
a { background-color: #5C8F57; }
a { background-color: rgb(92,143,87); }
div.DivClassName
{
background-color: #5C8F57;
}
.BgClassName
{
background-color: #5C8F57;
}
</style>
border-color css
<style>
span { border-color: #5C8F57; }
span { border-color: rgb(92,143,87); }
td.TdClassName
{
border-color: #5C8F57;
}
.TagClassName
{
border-color: #5C8F57;
}
</style>