Shades of Hippie Green #5C9F55
Tints of Hippie Green #5C9F55
RGB
CMYK
RGB Variations
Color information
#5C9F55 (or 0x5C9F55) is known color: Hippie Green. HEX triplet: 5C, 9F and 55. RGB value is (92,159,85). Sum of RGB (Red+Green+Blue) = 92+159+85=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F55 is #A360AA. Grayscale: #828282. Windows color (decimal): -10707115 or 5611356. OLE color: 5611356.
HSL color Cylindrical-coordinate representation of color #5C9F55: hue angle of 114.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C9F55 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 85 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.38 |
| HSL | 114.32º | 0.3% | 0.48% | - |
| HSV(B) | 114.32º | 0.47% | 0.62% | - |
| XYZ | 18.45 | 27.73 | 12.97 | - |
| YUV | 130.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 85 | 0.42 | 0 | 0.47 | 0.38 | 114.32 | 0.3 | 0.48 |
| Hex | 5C | 9F | 55 | 2A | 0 | 2F | 26 | 72 | 1E | 30 |
| Octal | 134 | 237 | 125 | 52 | 0 | 57 | 46 | 162 | 36 | 60 |
| Binary | 1011100 | 10011111 | 1010101 | 101010 | 0 | 101111 | 100110 | 1110010 | 11110 | 110000 |
Color Harmonies of #5C9F55
Complementary color
Monochromatic Colors of #5C9F55
Black with #5C9F55
Text Example
Text Example
White with #5C9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F55; }
p { color: rgb(92,159,85); }
H1.HeaderClassName
{
color: #5C9F55;
}
.AnyTagClassName
{
color: #5C9F55;
}
</style>
background-color css
<style>
a { background-color: #5C9F55; }
a { background-color: rgb(92,159,85); }
div.DivClassName
{
background-color: #5C9F55;
}
.BgClassName
{
background-color: #5C9F55;
}
</style>
border-color css
<style>
span { border-color: #5C9F55; }
span { border-color: rgb(92,159,85); }
td.TdClassName
{
border-color: #5C9F55;
}
.TagClassName
{
border-color: #5C9F55;
}
</style>