Shades of Vida Loca #518C14
Tints of Vida Loca #518C14
RGB
CMYK
RGB Variations
Color information
#518C14 (or 0x518C14) is known color: Vida Loca. HEX triplet: 51, 8C and 14. RGB value is (81,140,20). Sum of RGB (Red+Green+Blue) = 81+140+20=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #518C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518C14 is #AE73EB. Grayscale: #6D6D6D. Windows color (decimal): -11432940 or 1346641. OLE color: 1346641.
HSL color Cylindrical-coordinate representation of color #518C14: hue angle of 89.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #518C14 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 140 | 20 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.45 |
| HSL | 89.5º | 0.75% | 0.31% | - |
| HSV(B) | 89.5º | 0.86% | 0.55% | - |
| XYZ | 12.9 | 20.56 | 3.95 | - |
| YUV | 108.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 20 | 0.42 | 0 | 0.86 | 0.45 | 89.5 | 0.75 | 0.31 |
| Hex | 51 | 8C | 14 | 2A | 0 | 56 | 2D | 5A | 4B | 1F |
| Octal | 121 | 214 | 24 | 52 | 0 | 126 | 55 | 132 | 113 | 37 |
| Binary | 1010001 | 10001100 | 10100 | 101010 | 0 | 1010110 | 101101 | 1011010 | 1001011 | 11111 |
Color Harmonies of #518C14
Complementary color
Monochromatic Colors of #518C14
Black with #518C14
Text Example
Text Example
White with #518C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C14; }
p { color: rgb(81,140,20); }
H1.HeaderClassName
{
color: #518C14;
}
.AnyTagClassName
{
color: #518C14;
}
</style>
background-color css
<style>
a { background-color: #518C14; }
a { background-color: rgb(81,140,20); }
div.DivClassName
{
background-color: #518C14;
}
.BgClassName
{
background-color: #518C14;
}
</style>
border-color css
<style>
span { border-color: #518C14; }
span { border-color: rgb(81,140,20); }
td.TdClassName
{
border-color: #518C14;
}
.TagClassName
{
border-color: #518C14;
}
</style>