Shades of Hippie Green #5C994D
Tints of Hippie Green #5C994D
RGB
CMYK
RGB Variations
Color information
#5C994D (or 0x5C994D) is known color: Hippie Green. HEX triplet: 5C, 99 and 4D. RGB value is (92,153,77). Sum of RGB (Red+Green+Blue) = 92+153+77=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #5C994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C994D is #A366B2. Grayscale: #7E7E7E. Windows color (decimal): -10708659 or 5085532. OLE color: 5085532.
HSL color Cylindrical-coordinate representation of color #5C994D: hue angle of 108.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C994D is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 77 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.4 |
| HSL | 108.16º | 0.33% | 0.45% | - |
| HSV(B) | 108.16º | 0.5% | 0.6% | - |
| XYZ | 17.14 | 25.59 | 11.06 | - |
| YUV | 126.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 77 | 0.40 | 0 | 0.50 | 0.4 | 108.16 | 0.33 | 0.45 |
| Hex | 5C | 99 | 4D | 28 | 0 | 32 | 28 | 6C | 21 | 2D |
| Octal | 134 | 231 | 115 | 50 | 0 | 62 | 50 | 154 | 41 | 55 |
| Binary | 1011100 | 10011001 | 1001101 | 101000 | 0 | 110010 | 101000 | 1101100 | 100001 | 101101 |
Color Harmonies of #5C994D
Complementary color
Monochromatic Colors of #5C994D
Black with #5C994D
Text Example
Text Example
White with #5C994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C994D; }
p { color: rgb(92,153,77); }
H1.HeaderClassName
{
color: #5C994D;
}
.AnyTagClassName
{
color: #5C994D;
}
</style>
background-color css
<style>
a { background-color: #5C994D; }
a { background-color: rgb(92,153,77); }
div.DivClassName
{
background-color: #5C994D;
}
.BgClassName
{
background-color: #5C994D;
}
</style>
border-color css
<style>
span { border-color: #5C994D; }
span { border-color: rgb(92,153,77); }
td.TdClassName
{
border-color: #5C994D;
}
.TagClassName
{
border-color: #5C994D;
}
</style>