Shades of Vida Loca #508B09
Tints of Vida Loca #508B09
RGB
CMYK
RGB Variations
Color information
#508B09 (or 0x508B09) is known color: Vida Loca. HEX triplet: 50, 8B and 09. RGB value is (80,139,9). Sum of RGB (Red+Green+Blue) = 80+139+9=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #508B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B09 is #AF74F6. Grayscale: #6A6A6A. Windows color (decimal): -11498743 or 625488. OLE color: 625488.
HSL color Cylindrical-coordinate representation of color #508B09: hue angle of 87.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #508B09 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 9 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.45 |
| HSL | 87.23º | 0.88% | 0.29% | - |
| HSV(B) | 87.23º | 0.94% | 0.55% | - |
| XYZ | 12.59 | 20.19 | 3.49 | - |
| YUV | 106.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 9 | 0.42 | 0 | 0.94 | 0.45 | 87.23 | 0.88 | 0.29 |
| Hex | 50 | 8B | 9 | 2A | 0 | 5E | 2D | 57 | 58 | 1D |
| Octal | 120 | 213 | 11 | 52 | 0 | 136 | 55 | 127 | 130 | 35 |
| Binary | 1010000 | 10001011 | 1001 | 101010 | 0 | 1011110 | 101101 | 1010111 | 1011000 | 11101 |
Color Harmonies of #508B09
Complementary color
Monochromatic Colors of #508B09
Black with #508B09
Text Example
Text Example
White with #508B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B09; }
p { color: rgb(80,139,9); }
H1.HeaderClassName
{
color: #508B09;
}
.AnyTagClassName
{
color: #508B09;
}
</style>
background-color css
<style>
a { background-color: #508B09; }
a { background-color: rgb(80,139,9); }
div.DivClassName
{
background-color: #508B09;
}
.BgClassName
{
background-color: #508B09;
}
</style>
border-color css
<style>
span { border-color: #508B09; }
span { border-color: rgb(80,139,9); }
td.TdClassName
{
border-color: #508B09;
}
.TagClassName
{
border-color: #508B09;
}
</style>