Shades of Vida Loca #50880E
Tints of Vida Loca #50880E
RGB
CMYK
RGB Variations
Color information
#50880E (or 0x50880E) is known color: Vida Loca. HEX triplet: 50, 88 and 0E. RGB value is (80,136,14). Sum of RGB (Red+Green+Blue) = 80+136+14=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #50880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50880E is #AF77F1. Grayscale: #696969. Windows color (decimal): -11499506 or 952400. OLE color: 952400.
HSL color Cylindrical-coordinate representation of color #50880E: hue angle of 87.54º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50880E is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 14 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.47 |
| HSL | 87.54º | 0.81% | 0.29% | - |
| HSV(B) | 87.54º | 0.9% | 0.53% | - |
| XYZ | 12.19 | 19.35 | 3.51 | - |
| YUV | 105.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 14 | 0.41 | 0 | 0.90 | 0.47 | 87.54 | 0.81 | 0.29 |
| Hex | 50 | 88 | E | 29 | 0 | 5A | 2F | 58 | 51 | 1D |
| Octal | 120 | 210 | 16 | 51 | 0 | 132 | 57 | 130 | 121 | 35 |
| Binary | 1010000 | 10001000 | 1110 | 101001 | 0 | 1011010 | 101111 | 1011000 | 1010001 | 11101 |
Color Harmonies of #50880E
Complementary color
Monochromatic Colors of #50880E
Black with #50880E
Text Example
Text Example
White with #50880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50880E; }
p { color: rgb(80,136,14); }
H1.HeaderClassName
{
color: #50880E;
}
.AnyTagClassName
{
color: #50880E;
}
</style>
background-color css
<style>
a { background-color: #50880E; }
a { background-color: rgb(80,136,14); }
div.DivClassName
{
background-color: #50880E;
}
.BgClassName
{
background-color: #50880E;
}
</style>
border-color css
<style>
span { border-color: #50880E; }
span { border-color: rgb(80,136,14); }
td.TdClassName
{
border-color: #50880E;
}
.TagClassName
{
border-color: #50880E;
}
</style>