Shades of Vida Loca #50871C
Tints of Vida Loca #50871C
RGB
CMYK
RGB Variations
Color information
#50871C (or 0x50871C) is known color: Vida Loca. HEX triplet: 50, 87 and 1C. RGB value is (80,135,28). Sum of RGB (Red+Green+Blue) = 80+135+28=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #50871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50871C is #AF78E3. Grayscale: #6A6A6A. Windows color (decimal): -11499748 or 1869648. OLE color: 1869648.
HSL color Cylindrical-coordinate representation of color #50871C: hue angle of 90.84º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50871C is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 28 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.47 |
| HSL | 90.84º | 0.66% | 0.32% | - |
| HSV(B) | 90.84º | 0.79% | 0.53% | - |
| XYZ | 12.18 | 19.12 | 4.15 | - |
| YUV | 106.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 28 | 0.41 | 0 | 0.79 | 0.47 | 90.84 | 0.66 | 0.32 |
| Hex | 50 | 87 | 1C | 29 | 0 | 4F | 2F | 5B | 42 | 20 |
| Octal | 120 | 207 | 34 | 51 | 0 | 117 | 57 | 133 | 102 | 40 |
| Binary | 1010000 | 10000111 | 11100 | 101001 | 0 | 1001111 | 101111 | 1011011 | 1000010 | 100000 |
Color Harmonies of #50871C
Complementary color
Monochromatic Colors of #50871C
Black with #50871C
Text Example
Text Example
White with #50871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50871C; }
p { color: rgb(80,135,28); }
H1.HeaderClassName
{
color: #50871C;
}
.AnyTagClassName
{
color: #50871C;
}
</style>
background-color css
<style>
a { background-color: #50871C; }
a { background-color: rgb(80,135,28); }
div.DivClassName
{
background-color: #50871C;
}
.BgClassName
{
background-color: #50871C;
}
</style>
border-color css
<style>
span { border-color: #50871C; }
span { border-color: rgb(80,135,28); }
td.TdClassName
{
border-color: #50871C;
}
.TagClassName
{
border-color: #50871C;
}
</style>