Shades of Vida Loca #50811F
Tints of Vida Loca #50811F
RGB
CMYK
RGB Variations
Color information
#50811F (or 0x50811F) is known color: Vida Loca. HEX triplet: 50, 81 and 1F. RGB value is (80,129,31). Sum of RGB (Red+Green+Blue) = 80+129+31=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #50811F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50811F is #AF7EE0. Grayscale: #676767. Windows color (decimal): -11501281 or 2064720. OLE color: 2064720.
HSL color Cylindrical-coordinate representation of color #50811F: hue angle of 90º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50811F is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 31 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.49 |
| HSL | 90º | 0.61% | 0.31% | - |
| HSV(B) | 90º | 0.76% | 0.51% | - |
| XYZ | 11.41 | 17.5 | 4.07 | - |
| YUV | 103.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 31 | 0.38 | 0 | 0.76 | 0.49 | 90 | 0.61 | 0.31 |
| Hex | 50 | 81 | 1F | 26 | 0 | 4C | 31 | 5A | 3D | 1F |
| Octal | 120 | 201 | 37 | 46 | 0 | 114 | 61 | 132 | 75 | 37 |
| Binary | 1010000 | 10000001 | 11111 | 100110 | 0 | 1001100 | 110001 | 1011010 | 111101 | 11111 |
Color Harmonies of #50811F
Complementary color
Monochromatic Colors of #50811F
Black with #50811F
Text Example
Text Example
White with #50811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50811F; }
p { color: rgb(80,129,31); }
H1.HeaderClassName
{
color: #50811F;
}
.AnyTagClassName
{
color: #50811F;
}
</style>
background-color css
<style>
a { background-color: #50811F; }
a { background-color: rgb(80,129,31); }
div.DivClassName
{
background-color: #50811F;
}
.BgClassName
{
background-color: #50811F;
}
</style>
border-color css
<style>
span { border-color: #50811F; }
span { border-color: rgb(80,129,31); }
td.TdClassName
{
border-color: #50811F;
}
.TagClassName
{
border-color: #50811F;
}
</style>