Shades of Hippie Green #5C9951
Tints of Hippie Green #5C9951
RGB
CMYK
RGB Variations
Color information
#5C9951 (or 0x5C9951) is known color: Hippie Green. HEX triplet: 5C, 99 and 51. RGB value is (92,153,81). Sum of RGB (Red+Green+Blue) = 92+153+81=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9951 is #A366AE. Grayscale: #7E7E7E. Windows color (decimal): -10708655 or 5347676. OLE color: 5347676.
HSL color Cylindrical-coordinate representation of color #5C9951: hue angle of 110.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C9951 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 81 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.4 |
| HSL | 110.83º | 0.31% | 0.46% | - |
| HSV(B) | 110.83º | 0.47% | 0.6% | - |
| XYZ | 17.29 | 25.65 | 11.82 | - |
| YUV | 126.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 81 | 0.40 | 0 | 0.47 | 0.4 | 110.83 | 0.31 | 0.46 |
| Hex | 5C | 99 | 51 | 28 | 0 | 2F | 28 | 6F | 1F | 2E |
| Octal | 134 | 231 | 121 | 50 | 0 | 57 | 50 | 157 | 37 | 56 |
| Binary | 1011100 | 10011001 | 1010001 | 101000 | 0 | 101111 | 101000 | 1101111 | 11111 | 101110 |
Color Harmonies of #5C9951
Complementary color
Monochromatic Colors of #5C9951
Black with #5C9951
Text Example
Text Example
White with #5C9951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9951; }
p { color: rgb(92,153,81); }
H1.HeaderClassName
{
color: #5C9951;
}
.AnyTagClassName
{
color: #5C9951;
}
</style>
background-color css
<style>
a { background-color: #5C9951; }
a { background-color: rgb(92,153,81); }
div.DivClassName
{
background-color: #5C9951;
}
.BgClassName
{
background-color: #5C9951;
}
</style>
border-color css
<style>
span { border-color: #5C9951; }
span { border-color: rgb(92,153,81); }
td.TdClassName
{
border-color: #5C9951;
}
.TagClassName
{
border-color: #5C9951;
}
</style>