Shades of Vida Loca #5F8937
Tints of Vida Loca #5F8937
RGB
CMYK
RGB Variations
Color information
#5F8937 (or 0x5F8937) is known color: Vida Loca. HEX triplet: 5F, 89 and 37. RGB value is (95,137,55). Sum of RGB (Red+Green+Blue) = 95+137+55=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8937 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8937 is #A076C8. Grayscale: #737373. Windows color (decimal): -10516169 or 3639647. OLE color: 3639647.
HSL color Cylindrical-coordinate representation of color #5F8937: hue angle of 90.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F8937 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 55 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.46 |
| HSL | 90.73º | 0.43% | 0.38% | - |
| HSV(B) | 90.73º | 0.6% | 0.54% | - |
| XYZ | 14.35 | 20.6 | 6.83 | - |
| YUV | 115.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 55 | 0.31 | 0 | 0.60 | 0.46 | 90.73 | 0.43 | 0.38 |
| Hex | 5F | 89 | 37 | 1F | 0 | 3C | 2E | 5B | 2B | 26 |
| Octal | 137 | 211 | 67 | 37 | 0 | 74 | 56 | 133 | 53 | 46 |
| Binary | 1011111 | 10001001 | 110111 | 11111 | 0 | 111100 | 101110 | 1011011 | 101011 | 100110 |
Color Harmonies of #5F8937
Complementary color
Monochromatic Colors of #5F8937
Black with #5F8937
Text Example
Text Example
White with #5F8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8937; }
p { color: rgb(95,137,55); }
H1.HeaderClassName
{
color: #5F8937;
}
.AnyTagClassName
{
color: #5F8937;
}
</style>
background-color css
<style>
a { background-color: #5F8937; }
a { background-color: rgb(95,137,55); }
div.DivClassName
{
background-color: #5F8937;
}
.BgClassName
{
background-color: #5F8937;
}
</style>
border-color css
<style>
span { border-color: #5F8937; }
span { border-color: rgb(95,137,55); }
td.TdClassName
{
border-color: #5F8937;
}
.TagClassName
{
border-color: #5F8937;
}
</style>