Shades of Vida Loca #5F8837
Tints of Vida Loca #5F8837
RGB
CMYK
RGB Variations
Color information
#5F8837 (or 0x5F8837) is known color: Vida Loca. HEX triplet: 5F, 88 and 37. RGB value is (95,136,55). Sum of RGB (Red+Green+Blue) = 95+136+55=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8837 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8837 is #A077C8. Grayscale: #727272. Windows color (decimal): -10516425 or 3639391. OLE color: 3639391.
HSL color Cylindrical-coordinate representation of color #5F8837: hue angle of 90.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F8837 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 55 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.47 |
| HSL | 90.37º | 0.42% | 0.37% | - |
| HSV(B) | 90.37º | 0.6% | 0.53% | - |
| XYZ | 14.21 | 20.32 | 6.79 | - |
| YUV | 114.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 55 | 0.30 | 0 | 0.60 | 0.47 | 90.37 | 0.42 | 0.37 |
| Hex | 5F | 88 | 37 | 1E | 0 | 3C | 2F | 5A | 2A | 25 |
| Octal | 137 | 210 | 67 | 36 | 0 | 74 | 57 | 132 | 52 | 45 |
| Binary | 1011111 | 10001000 | 110111 | 11110 | 0 | 111100 | 101111 | 1011010 | 101010 | 100101 |
Color Harmonies of #5F8837
Complementary color
Monochromatic Colors of #5F8837
Black with #5F8837
Text Example
Text Example
White with #5F8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8837; }
p { color: rgb(95,136,55); }
H1.HeaderClassName
{
color: #5F8837;
}
.AnyTagClassName
{
color: #5F8837;
}
</style>
background-color css
<style>
a { background-color: #5F8837; }
a { background-color: rgb(95,136,55); }
div.DivClassName
{
background-color: #5F8837;
}
.BgClassName
{
background-color: #5F8837;
}
</style>
border-color css
<style>
span { border-color: #5F8837; }
span { border-color: rgb(95,136,55); }
td.TdClassName
{
border-color: #5F8837;
}
.TagClassName
{
border-color: #5F8837;
}
</style>