Shades of Vida Loca #508B1F
Tints of Vida Loca #508B1F
RGB
CMYK
RGB Variations
Color information
#508B1F (or 0x508B1F) is known color: Vida Loca. HEX triplet: 50, 8B and 1F. RGB value is (80,139,31). Sum of RGB (Red+Green+Blue) = 80+139+31=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #508B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B1F is #AF74E0. Grayscale: #6D6D6D. Windows color (decimal): -11498721 or 2067280. OLE color: 2067280.
HSL color Cylindrical-coordinate representation of color #508B1F: hue angle of 92.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #508B1F is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 31 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.45 |
| HSL | 92.78º | 0.64% | 0.33% | - |
| HSV(B) | 92.78º | 0.78% | 0.55% | - |
| XYZ | 12.79 | 20.27 | 4.53 | - |
| YUV | 109.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 31 | 0.42 | 0 | 0.78 | 0.45 | 92.78 | 0.64 | 0.33 |
| Hex | 50 | 8B | 1F | 2A | 0 | 4E | 2D | 5D | 40 | 21 |
| Octal | 120 | 213 | 37 | 52 | 0 | 116 | 55 | 135 | 100 | 41 |
| Binary | 1010000 | 10001011 | 11111 | 101010 | 0 | 1001110 | 101101 | 1011101 | 1000000 | 100001 |
Color Harmonies of #508B1F
Complementary color
Monochromatic Colors of #508B1F
Black with #508B1F
Text Example
Text Example
White with #508B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B1F; }
p { color: rgb(80,139,31); }
H1.HeaderClassName
{
color: #508B1F;
}
.AnyTagClassName
{
color: #508B1F;
}
</style>
background-color css
<style>
a { background-color: #508B1F; }
a { background-color: rgb(80,139,31); }
div.DivClassName
{
background-color: #508B1F;
}
.BgClassName
{
background-color: #508B1F;
}
</style>
border-color css
<style>
span { border-color: #508B1F; }
span { border-color: rgb(80,139,31); }
td.TdClassName
{
border-color: #508B1F;
}
.TagClassName
{
border-color: #508B1F;
}
</style>