Shades of Hippie Green #5C984E
Tints of Hippie Green #5C984E
RGB
CMYK
RGB Variations
Color information
#5C984E (or 0x5C984E) is known color: Hippie Green. HEX triplet: 5C, 98 and 4E. RGB value is (92,152,78). Sum of RGB (Red+Green+Blue) = 92+152+78=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #5C984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C984E is #A367B1. Grayscale: #7D7D7D. Windows color (decimal): -10708914 or 5150812. OLE color: 5150812.
HSL color Cylindrical-coordinate representation of color #5C984E: hue angle of 108.65º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C984E is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 78 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.40 |
| HSL | 108.65º | 0.32% | 0.45% | - |
| HSV(B) | 108.65º | 0.49% | 0.6% | - |
| XYZ | 17.02 | 25.28 | 11.19 | - |
| YUV | 125.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 78 | 0.39 | 0 | 0.49 | 0.40 | 108.65 | 0.32 | 0.45 |
| Hex | 5C | 98 | 4E | 27 | 0 | 31 | 28 | 6D | 20 | 2D |
| Octal | 134 | 230 | 116 | 47 | 0 | 61 | 50 | 155 | 40 | 55 |
| Binary | 1011100 | 10011000 | 1001110 | 100111 | 0 | 110001 | 101000 | 1101101 | 100000 | 101101 |
Color Harmonies of #5C984E
Complementary color
Monochromatic Colors of #5C984E
Black with #5C984E
Text Example
Text Example
White with #5C984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C984E; }
p { color: rgb(92,152,78); }
H1.HeaderClassName
{
color: #5C984E;
}
.AnyTagClassName
{
color: #5C984E;
}
</style>
background-color css
<style>
a { background-color: #5C984E; }
a { background-color: rgb(92,152,78); }
div.DivClassName
{
background-color: #5C984E;
}
.BgClassName
{
background-color: #5C984E;
}
</style>
border-color css
<style>
span { border-color: #5C984E; }
span { border-color: rgb(92,152,78); }
td.TdClassName
{
border-color: #5C984E;
}
.TagClassName
{
border-color: #5C984E;
}
</style>