Shades of Vida Loca #50831B
Tints of Vida Loca #50831B
RGB
CMYK
RGB Variations
Color information
#50831B (or 0x50831B) is known color: Vida Loca. HEX triplet: 50, 83 and 1B. RGB value is (80,131,27). Sum of RGB (Red+Green+Blue) = 80+131+27=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #50831B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50831B is #AF7CE4. Grayscale: #686868. Windows color (decimal): -11500773 or 1803088. OLE color: 1803088.
HSL color Cylindrical-coordinate representation of color #50831B: hue angle of 89.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50831B is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 27 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.49 |
| HSL | 89.42º | 0.66% | 0.31% | - |
| HSV(B) | 89.42º | 0.79% | 0.51% | - |
| XYZ | 11.62 | 18.02 | 3.9 | - |
| YUV | 103.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 27 | 0.39 | 0 | 0.79 | 0.49 | 89.42 | 0.66 | 0.31 |
| Hex | 50 | 83 | 1B | 27 | 0 | 4F | 31 | 59 | 42 | 1F |
| Octal | 120 | 203 | 33 | 47 | 0 | 117 | 61 | 131 | 102 | 37 |
| Binary | 1010000 | 10000011 | 11011 | 100111 | 0 | 1001111 | 110001 | 1011001 | 1000010 | 11111 |
Color Harmonies of #50831B
Complementary color
Monochromatic Colors of #50831B
Black with #50831B
Text Example
Text Example
White with #50831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50831B; }
p { color: rgb(80,131,27); }
H1.HeaderClassName
{
color: #50831B;
}
.AnyTagClassName
{
color: #50831B;
}
</style>
background-color css
<style>
a { background-color: #50831B; }
a { background-color: rgb(80,131,27); }
div.DivClassName
{
background-color: #50831B;
}
.BgClassName
{
background-color: #50831B;
}
</style>
border-color css
<style>
span { border-color: #50831B; }
span { border-color: rgb(80,131,27); }
td.TdClassName
{
border-color: #50831B;
}
.TagClassName
{
border-color: #50831B;
}
</style>