Shades of Vida Loca #518D19
Tints of Vida Loca #518D19
RGB
CMYK
RGB Variations
Color information
#518D19 (or 0x518D19) is known color: Vida Loca. HEX triplet: 51, 8D and 19. RGB value is (81,141,25). Sum of RGB (Red+Green+Blue) = 81+141+25=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #518D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518D19 is #AE72E6. Grayscale: #6E6E6E. Windows color (decimal): -11432679 or 1674577. OLE color: 1674577.
HSL color Cylindrical-coordinate representation of color #518D19: hue angle of 91.03º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #518D19 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 25 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.45 |
| HSL | 91.03º | 0.7% | 0.33% | - |
| HSV(B) | 91.03º | 0.82% | 0.55% | - |
| XYZ | 13.09 | 20.87 | 4.26 | - |
| YUV | 109.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 25 | 0.43 | 0 | 0.82 | 0.45 | 91.03 | 0.7 | 0.33 |
| Hex | 51 | 8D | 19 | 2B | 0 | 52 | 2D | 5B | 46 | 21 |
| Octal | 121 | 215 | 31 | 53 | 0 | 122 | 55 | 133 | 106 | 41 |
| Binary | 1010001 | 10001101 | 11001 | 101011 | 0 | 1010010 | 101101 | 1011011 | 1000110 | 100001 |
Color Harmonies of #518D19
Complementary color
Monochromatic Colors of #518D19
Black with #518D19
Text Example
Text Example
White with #518D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D19; }
p { color: rgb(81,141,25); }
H1.HeaderClassName
{
color: #518D19;
}
.AnyTagClassName
{
color: #518D19;
}
</style>
background-color css
<style>
a { background-color: #518D19; }
a { background-color: rgb(81,141,25); }
div.DivClassName
{
background-color: #518D19;
}
.BgClassName
{
background-color: #518D19;
}
</style>
border-color css
<style>
span { border-color: #518D19; }
span { border-color: rgb(81,141,25); }
td.TdClassName
{
border-color: #518D19;
}
.TagClassName
{
border-color: #518D19;
}
</style>