Shades of Hippie Green #5F9952
Tints of Hippie Green #5F9952
RGB
CMYK
RGB Variations
Color information
#5F9952 (or 0x5F9952) is known color: Hippie Green. HEX triplet: 5F, 99 and 52. RGB value is (95,153,82). Sum of RGB (Red+Green+Blue) = 95+153+82=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9952 is #A066AD. Grayscale: #7F7F7F. Windows color (decimal): -10512046 or 5413215. OLE color: 5413215.
HSL color Cylindrical-coordinate representation of color #5F9952: hue angle of 109.01º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F9952 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 82 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.4 |
| HSL | 109.01º | 0.3% | 0.46% | - |
| HSV(B) | 109.01º | 0.46% | 0.6% | - |
| XYZ | 17.63 | 25.82 | 12.04 | - |
| YUV | 127.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 82 | 0.38 | 0 | 0.46 | 0.4 | 109.01 | 0.3 | 0.46 |
| Hex | 5F | 99 | 52 | 26 | 0 | 2E | 28 | 6D | 1E | 2E |
| Octal | 137 | 231 | 122 | 46 | 0 | 56 | 50 | 155 | 36 | 56 |
| Binary | 1011111 | 10011001 | 1010010 | 100110 | 0 | 101110 | 101000 | 1101101 | 11110 | 101110 |
Color Harmonies of #5F9952
Complementary color
Monochromatic Colors of #5F9952
Black with #5F9952
Text Example
Text Example
White with #5F9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9952; }
p { color: rgb(95,153,82); }
H1.HeaderClassName
{
color: #5F9952;
}
.AnyTagClassName
{
color: #5F9952;
}
</style>
background-color css
<style>
a { background-color: #5F9952; }
a { background-color: rgb(95,153,82); }
div.DivClassName
{
background-color: #5F9952;
}
.BgClassName
{
background-color: #5F9952;
}
</style>
border-color css
<style>
span { border-color: #5F9952; }
span { border-color: rgb(95,153,82); }
td.TdClassName
{
border-color: #5F9952;
}
.TagClassName
{
border-color: #5F9952;
}
</style>