Shades of Vida Loca #508B01
Tints of Vida Loca #508B01
RGB
CMYK
RGB Variations
Color information
#508B01 (or 0x508B01) is known color: Vida Loca. HEX triplet: 50, 8B and 01. RGB value is (80,139,1). Sum of RGB (Red+Green+Blue) = 80+139+1=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #508B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B01 is #AF74FE. Grayscale: #6A6A6A. Windows color (decimal): -11498751 or 101200. OLE color: 101200.
HSL color Cylindrical-coordinate representation of color #508B01: hue angle of 85.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #508B01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.45 |
| HSL | 85.65º | 0.99% | 0.27% | - |
| HSV(B) | 85.65º | 0.99% | 0.55% | - |
| XYZ | 12.55 | 20.17 | 3.26 | - |
| YUV | 105.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 1 | 0.42 | 0 | 0.99 | 0.45 | 85.65 | 0.99 | 0.27 |
| Hex | 50 | 8B | 1 | 2A | 0 | 63 | 2D | 56 | 63 | 1B |
| Octal | 120 | 213 | 1 | 52 | 0 | 143 | 55 | 126 | 143 | 33 |
| Binary | 1010000 | 10001011 | 1 | 101010 | 0 | 1100011 | 101101 | 1010110 | 1100011 | 11011 |
Color Harmonies of #508B01
Complementary color
Monochromatic Colors of #508B01
Black with #508B01
Text Example
Text Example
White with #508B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B01; }
p { color: rgb(80,139,1); }
H1.HeaderClassName
{
color: #508B01;
}
.AnyTagClassName
{
color: #508B01;
}
</style>
background-color css
<style>
a { background-color: #508B01; }
a { background-color: rgb(80,139,1); }
div.DivClassName
{
background-color: #508B01;
}
.BgClassName
{
background-color: #508B01;
}
</style>
border-color css
<style>
span { border-color: #508B01; }
span { border-color: rgb(80,139,1); }
td.TdClassName
{
border-color: #508B01;
}
.TagClassName
{
border-color: #508B01;
}
</style>