Shades of Hippie Green #5C984A
Tints of Hippie Green #5C984A
RGB
CMYK
RGB Variations
Color information
#5C984A (or 0x5C984A) is known color: Hippie Green. HEX triplet: 5C, 98 and 4A. RGB value is (92,152,74). Sum of RGB (Red+Green+Blue) = 92+152+74=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #5C984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C984A is #A367B5. Grayscale: #7D7D7D. Windows color (decimal): -10708918 or 4888668. OLE color: 4888668.
HSL color Cylindrical-coordinate representation of color #5C984A: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C984A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 74 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.40 |
| HSL | 106.15º | 0.35% | 0.44% | - |
| HSV(B) | 106.15º | 0.51% | 0.6% | - |
| XYZ | 16.88 | 25.23 | 10.46 | - |
| YUV | 125.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 74 | 0.39 | 0 | 0.51 | 0.40 | 106.15 | 0.35 | 0.44 |
| Hex | 5C | 98 | 4A | 27 | 0 | 33 | 28 | 6A | 23 | 2C |
| Octal | 134 | 230 | 112 | 47 | 0 | 63 | 50 | 152 | 43 | 54 |
| Binary | 1011100 | 10011000 | 1001010 | 100111 | 0 | 110011 | 101000 | 1101010 | 100011 | 101100 |
Color Harmonies of #5C984A
Complementary color
Monochromatic Colors of #5C984A
Black with #5C984A
Text Example
Text Example
White with #5C984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C984A; }
p { color: rgb(92,152,74); }
H1.HeaderClassName
{
color: #5C984A;
}
.AnyTagClassName
{
color: #5C984A;
}
</style>
background-color css
<style>
a { background-color: #5C984A; }
a { background-color: rgb(92,152,74); }
div.DivClassName
{
background-color: #5C984A;
}
.BgClassName
{
background-color: #5C984A;
}
</style>
border-color css
<style>
span { border-color: #5C984A; }
span { border-color: rgb(92,152,74); }
td.TdClassName
{
border-color: #5C984A;
}
.TagClassName
{
border-color: #5C984A;
}
</style>