Shades of Hippie Green #5C9950
Tints of Hippie Green #5C9950
RGB
CMYK
RGB Variations
Color information
#5C9950 (or 0x5C9950) is known color: Hippie Green. HEX triplet: 5C, 99 and 50. RGB value is (92,153,80). Sum of RGB (Red+Green+Blue) = 92+153+80=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9950 is #A366AF. Grayscale: #7E7E7E. Windows color (decimal): -10708656 or 5282140. OLE color: 5282140.
HSL color Cylindrical-coordinate representation of color #5C9950: hue angle of 110.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C9950 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 80 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.4 |
| HSL | 110.14º | 0.31% | 0.46% | - |
| HSV(B) | 110.14º | 0.48% | 0.6% | - |
| XYZ | 17.25 | 25.64 | 11.63 | - |
| YUV | 126.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 80 | 0.40 | 0 | 0.48 | 0.4 | 110.14 | 0.31 | 0.46 |
| Hex | 5C | 99 | 50 | 28 | 0 | 30 | 28 | 6E | 1F | 2E |
| Octal | 134 | 231 | 120 | 50 | 0 | 60 | 50 | 156 | 37 | 56 |
| Binary | 1011100 | 10011001 | 1010000 | 101000 | 0 | 110000 | 101000 | 1101110 | 11111 | 101110 |
Color Harmonies of #5C9950
Complementary color
Monochromatic Colors of #5C9950
Black with #5C9950
Text Example
Text Example
White with #5C9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9950; }
p { color: rgb(92,153,80); }
H1.HeaderClassName
{
color: #5C9950;
}
.AnyTagClassName
{
color: #5C9950;
}
</style>
background-color css
<style>
a { background-color: #5C9950; }
a { background-color: rgb(92,153,80); }
div.DivClassName
{
background-color: #5C9950;
}
.BgClassName
{
background-color: #5C9950;
}
</style>
border-color css
<style>
span { border-color: #5C9950; }
span { border-color: rgb(92,153,80); }
td.TdClassName
{
border-color: #5C9950;
}
.TagClassName
{
border-color: #5C9950;
}
</style>