Shades of Vida Loca #50850D
Tints of Vida Loca #50850D
RGB
CMYK
RGB Variations
Color information
#50850D (or 0x50850D) is known color: Vida Loca. HEX triplet: 50, 85 and 0D. RGB value is (80,133,13). Sum of RGB (Red+Green+Blue) = 80+133+13=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #50850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50850D is #AF7AF2. Grayscale: #676767. Windows color (decimal): -11500275 or 886096. OLE color: 886096.
HSL color Cylindrical-coordinate representation of color #50850D: hue angle of 86.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50850D is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 13 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.48 |
| HSL | 86.5º | 0.82% | 0.29% | - |
| HSV(B) | 86.5º | 0.9% | 0.52% | - |
| XYZ | 11.77 | 18.51 | 3.33 | - |
| YUV | 103.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 13 | 0.40 | 0 | 0.90 | 0.48 | 86.5 | 0.82 | 0.29 |
| Hex | 50 | 85 | D | 28 | 0 | 5A | 30 | 56 | 52 | 1D |
| Octal | 120 | 205 | 15 | 50 | 0 | 132 | 60 | 126 | 122 | 35 |
| Binary | 1010000 | 10000101 | 1101 | 101000 | 0 | 1011010 | 110000 | 1010110 | 1010010 | 11101 |
Color Harmonies of #50850D
Complementary color
Monochromatic Colors of #50850D
Black with #50850D
Text Example
Text Example
White with #50850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50850D; }
p { color: rgb(80,133,13); }
H1.HeaderClassName
{
color: #50850D;
}
.AnyTagClassName
{
color: #50850D;
}
</style>
background-color css
<style>
a { background-color: #50850D; }
a { background-color: rgb(80,133,13); }
div.DivClassName
{
background-color: #50850D;
}
.BgClassName
{
background-color: #50850D;
}
</style>
border-color css
<style>
span { border-color: #50850D; }
span { border-color: rgb(80,133,13); }
td.TdClassName
{
border-color: #50850D;
}
.TagClassName
{
border-color: #50850D;
}
</style>