Shades of Vida Loca #508C00
Tints of Vida Loca #508C00
RGB
CMYK
RGB Variations
Color information
#508C00 (or 0x508C00) is known color: Vida Loca. HEX triplet: 50, 8C and 00. RGB value is (80,140,0). Sum of RGB (Red+Green+Blue) = 80+140+0=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #508C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508C00 is #AF73FF. Grayscale: #6A6A6A. Windows color (decimal): -11498496 or 35920. OLE color: 35920.
HSL color Cylindrical-coordinate representation of color #508C00: hue angle of 85.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #508C00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.45 |
| HSL | 85.71º | 1% | 0.27% | - |
| HSV(B) | 85.71º | 1% | 0.55% | - |
| XYZ | 12.69 | 20.46 | 3.28 | - |
| YUV | 106.1 | 68.12 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 0 | 0.43 | 0 | 1 | 0.45 | 85.71 | 1 | 0.27 |
| Hex | 50 | 8C | 0 | 2B | 0 | 64 | 2D | 56 | 64 | 1B |
| Octal | 120 | 214 | 0 | 53 | 0 | 144 | 55 | 126 | 144 | 33 |
| Binary | 1010000 | 10001100 | 0 | 101011 | 0 | 1100100 | 101101 | 1010110 | 1100100 | 11011 |
Color Harmonies of #508C00
Complementary color
Monochromatic Colors of #508C00
Black with #508C00
Text Example
Text Example
White with #508C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C00; }
p { color: rgb(80,140,0); }
H1.HeaderClassName
{
color: #508C00;
}
.AnyTagClassName
{
color: #508C00;
}
</style>
background-color css
<style>
a { background-color: #508C00; }
a { background-color: rgb(80,140,0); }
div.DivClassName
{
background-color: #508C00;
}
.BgClassName
{
background-color: #508C00;
}
</style>
border-color css
<style>
span { border-color: #508C00; }
span { border-color: rgb(80,140,0); }
td.TdClassName
{
border-color: #508C00;
}
.TagClassName
{
border-color: #508C00;
}
</style>