Shades of Vida Loca #518709
Tints of Vida Loca #518709
RGB
CMYK
RGB Variations
Color information
#518709 (or 0x518709) is known color: Vida Loca. HEX triplet: 51, 87 and 09. RGB value is (81,135,9). Sum of RGB (Red+Green+Blue) = 81+135+9=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #518709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518709 is #AE78F6. Grayscale: #686868. Windows color (decimal): -11434231 or 624465. OLE color: 624465.
HSL color Cylindrical-coordinate representation of color #518709: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #518709 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 9 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.47 |
| HSL | 85.71º | 0.88% | 0.28% | - |
| HSV(B) | 85.71º | 0.93% | 0.53% | - |
| XYZ | 12.11 | 19.1 | 3.31 | - |
| YUV | 104.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 9 | 0.40 | 0 | 0.93 | 0.47 | 85.71 | 0.88 | 0.28 |
| Hex | 51 | 87 | 9 | 28 | 0 | 5D | 2F | 56 | 58 | 1C |
| Octal | 121 | 207 | 11 | 50 | 0 | 135 | 57 | 126 | 130 | 34 |
| Binary | 1010001 | 10000111 | 1001 | 101000 | 0 | 1011101 | 101111 | 1010110 | 1011000 | 11100 |
Color Harmonies of #518709
Complementary color
Monochromatic Colors of #518709
Black with #518709
Text Example
Text Example
White with #518709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518709; }
p { color: rgb(81,135,9); }
H1.HeaderClassName
{
color: #518709;
}
.AnyTagClassName
{
color: #518709;
}
</style>
background-color css
<style>
a { background-color: #518709; }
a { background-color: rgb(81,135,9); }
div.DivClassName
{
background-color: #518709;
}
.BgClassName
{
background-color: #518709;
}
</style>
border-color css
<style>
span { border-color: #518709; }
span { border-color: rgb(81,135,9); }
td.TdClassName
{
border-color: #518709;
}
.TagClassName
{
border-color: #518709;
}
</style>