Shades of Vida Loca #50880A
Tints of Vida Loca #50880A
RGB
CMYK
RGB Variations
Color information
#50880A (or 0x50880A) is known color: Vida Loca. HEX triplet: 50, 88 and 0A. RGB value is (80,136,10). Sum of RGB (Red+Green+Blue) = 80+136+10=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #50880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50880A is #AF77F5. Grayscale: #696969. Windows color (decimal): -11499510 or 690256. OLE color: 690256.
HSL color Cylindrical-coordinate representation of color #50880A: hue angle of 86.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50880A is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 10 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.47 |
| HSL | 86.67º | 0.86% | 0.29% | - |
| HSV(B) | 86.67º | 0.93% | 0.53% | - |
| XYZ | 12.17 | 19.34 | 3.38 | - |
| YUV | 104.89 | 74.45 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 10 | 0.41 | 0 | 0.93 | 0.47 | 86.67 | 0.86 | 0.29 |
| Hex | 50 | 88 | A | 29 | 0 | 5D | 2F | 57 | 56 | 1D |
| Octal | 120 | 210 | 12 | 51 | 0 | 135 | 57 | 127 | 126 | 35 |
| Binary | 1010000 | 10001000 | 1010 | 101001 | 0 | 1011101 | 101111 | 1010111 | 1010110 | 11101 |
Color Harmonies of #50880A
Complementary color
Monochromatic Colors of #50880A
Black with #50880A
Text Example
Text Example
White with #50880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50880A; }
p { color: rgb(80,136,10); }
H1.HeaderClassName
{
color: #50880A;
}
.AnyTagClassName
{
color: #50880A;
}
</style>
background-color css
<style>
a { background-color: #50880A; }
a { background-color: rgb(80,136,10); }
div.DivClassName
{
background-color: #50880A;
}
.BgClassName
{
background-color: #50880A;
}
</style>
border-color css
<style>
span { border-color: #50880A; }
span { border-color: rgb(80,136,10); }
td.TdClassName
{
border-color: #50880A;
}
.TagClassName
{
border-color: #50880A;
}
</style>