Shades of Hippie Green #5F9B53
Tints of Hippie Green #5F9B53
RGB
CMYK
RGB Variations
Color information
#5F9B53 (or 0x5F9B53) is known color: Hippie Green. HEX triplet: 5F, 9B and 53. RGB value is (95,155,83). Sum of RGB (Red+Green+Blue) = 95+155+83=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B53 is #A064AC. Grayscale: #818181. Windows color (decimal): -10511533 or 5479263. OLE color: 5479263.
HSL color Cylindrical-coordinate representation of color #5F9B53: hue angle of 110º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F9B53 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 83 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.39 |
| HSL | 110º | 0.3% | 0.47% | - |
| HSV(B) | 110º | 0.46% | 0.61% | - |
| XYZ | 18 | 26.5 | 12.35 | - |
| YUV | 128.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 83 | 0.39 | 0 | 0.46 | 0.39 | 110 | 0.3 | 0.47 |
| Hex | 5F | 9B | 53 | 27 | 0 | 2E | 27 | 6E | 1E | 2F |
| Octal | 137 | 233 | 123 | 47 | 0 | 56 | 47 | 156 | 36 | 57 |
| Binary | 1011111 | 10011011 | 1010011 | 100111 | 0 | 101110 | 100111 | 1101110 | 11110 | 101111 |
Color Harmonies of #5F9B53
Complementary color
Monochromatic Colors of #5F9B53
Black with #5F9B53
Text Example
Text Example
White with #5F9B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B53; }
p { color: rgb(95,155,83); }
H1.HeaderClassName
{
color: #5F9B53;
}
.AnyTagClassName
{
color: #5F9B53;
}
</style>
background-color css
<style>
a { background-color: #5F9B53; }
a { background-color: rgb(95,155,83); }
div.DivClassName
{
background-color: #5F9B53;
}
.BgClassName
{
background-color: #5F9B53;
}
</style>
border-color css
<style>
span { border-color: #5F9B53; }
span { border-color: rgb(95,155,83); }
td.TdClassName
{
border-color: #5F9B53;
}
.TagClassName
{
border-color: #5F9B53;
}
</style>