Shades of Vida Loca #50870C
Tints of Vida Loca #50870C
RGB
CMYK
RGB Variations
Color information
#50870C (or 0x50870C) is known color: Vida Loca. HEX triplet: 50, 87 and 0C. RGB value is (80,135,12). Sum of RGB (Red+Green+Blue) = 80+135+12=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #50870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50870C is #AF78F3. Grayscale: #686868. Windows color (decimal): -11499764 or 821072. OLE color: 821072.
HSL color Cylindrical-coordinate representation of color #50870C: hue angle of 86.83º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50870C is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 12 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.47 |
| HSL | 86.83º | 0.84% | 0.29% | - |
| HSV(B) | 86.83º | 0.91% | 0.53% | - |
| XYZ | 12.04 | 19.06 | 3.39 | - |
| YUV | 104.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 12 | 0.41 | 0 | 0.91 | 0.47 | 86.83 | 0.84 | 0.29 |
| Hex | 50 | 87 | C | 29 | 0 | 5B | 2F | 57 | 54 | 1D |
| Octal | 120 | 207 | 14 | 51 | 0 | 133 | 57 | 127 | 124 | 35 |
| Binary | 1010000 | 10000111 | 1100 | 101001 | 0 | 1011011 | 101111 | 1010111 | 1010100 | 11101 |
Color Harmonies of #50870C
Complementary color
Monochromatic Colors of #50870C
Black with #50870C
Text Example
Text Example
White with #50870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50870C; }
p { color: rgb(80,135,12); }
H1.HeaderClassName
{
color: #50870C;
}
.AnyTagClassName
{
color: #50870C;
}
</style>
background-color css
<style>
a { background-color: #50870C; }
a { background-color: rgb(80,135,12); }
div.DivClassName
{
background-color: #50870C;
}
.BgClassName
{
background-color: #50870C;
}
</style>
border-color css
<style>
span { border-color: #50870C; }
span { border-color: rgb(80,135,12); }
td.TdClassName
{
border-color: #50870C;
}
.TagClassName
{
border-color: #50870C;
}
</style>