Shades of Vida Loca #5F8535
Tints of Vida Loca #5F8535
RGB
CMYK
RGB Variations
Color information
#5F8535 (or 0x5F8535) is known color: Vida Loca. HEX triplet: 5F, 85 and 35. RGB value is (95,133,53). Sum of RGB (Red+Green+Blue) = 95+133+53=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8535 is #A07ACA. Grayscale: #707070. Windows color (decimal): -10517195 or 3507551. OLE color: 3507551.
HSL color Cylindrical-coordinate representation of color #5F8535: hue angle of 88.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F8535 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 53 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.48 |
| HSL | 88.5º | 0.43% | 0.36% | - |
| HSV(B) | 88.5º | 0.6% | 0.52% | - |
| XYZ | 13.75 | 19.47 | 6.4 | - |
| YUV | 112.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 53 | 0.29 | 0 | 0.60 | 0.48 | 88.5 | 0.43 | 0.36 |
| Hex | 5F | 85 | 35 | 1D | 0 | 3C | 30 | 58 | 2B | 24 |
| Octal | 137 | 205 | 65 | 35 | 0 | 74 | 60 | 130 | 53 | 44 |
| Binary | 1011111 | 10000101 | 110101 | 11101 | 0 | 111100 | 110000 | 1011000 | 101011 | 100100 |
Color Harmonies of #5F8535
Complementary color
Monochromatic Colors of #5F8535
Black with #5F8535
Text Example
Text Example
White with #5F8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8535; }
p { color: rgb(95,133,53); }
H1.HeaderClassName
{
color: #5F8535;
}
.AnyTagClassName
{
color: #5F8535;
}
</style>
background-color css
<style>
a { background-color: #5F8535; }
a { background-color: rgb(95,133,53); }
div.DivClassName
{
background-color: #5F8535;
}
.BgClassName
{
background-color: #5F8535;
}
</style>
border-color css
<style>
span { border-color: #5F8535; }
span { border-color: rgb(95,133,53); }
td.TdClassName
{
border-color: #5F8535;
}
.TagClassName
{
border-color: #5F8535;
}
</style>