Shades of Vida Loca #518B24
Tints of Vida Loca #518B24
RGB
CMYK
RGB Variations
Color information
#518B24 (or 0x518B24) is known color: Vida Loca. HEX triplet: 51, 8B and 24. RGB value is (81,139,36). Sum of RGB (Red+Green+Blue) = 81+139+36=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #518B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B24 is #AE74DB. Grayscale: #6E6E6E. Windows color (decimal): -11433180 or 2394961. OLE color: 2394961.
HSL color Cylindrical-coordinate representation of color #518B24: hue angle of 93.79º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #518B24 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 36 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.45 |
| HSL | 93.79º | 0.59% | 0.34% | - |
| HSV(B) | 93.79º | 0.74% | 0.55% | - |
| XYZ | 12.94 | 20.34 | 4.91 | - |
| YUV | 109.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 36 | 0.42 | 0 | 0.74 | 0.45 | 93.79 | 0.59 | 0.34 |
| Hex | 51 | 8B | 24 | 2A | 0 | 4A | 2D | 5E | 3B | 22 |
| Octal | 121 | 213 | 44 | 52 | 0 | 112 | 55 | 136 | 73 | 42 |
| Binary | 1010001 | 10001011 | 100100 | 101010 | 0 | 1001010 | 101101 | 1011110 | 111011 | 100010 |
Color Harmonies of #518B24
Complementary color
Monochromatic Colors of #518B24
Black with #518B24
Text Example
Text Example
White with #518B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B24; }
p { color: rgb(81,139,36); }
H1.HeaderClassName
{
color: #518B24;
}
.AnyTagClassName
{
color: #518B24;
}
</style>
background-color css
<style>
a { background-color: #518B24; }
a { background-color: rgb(81,139,36); }
div.DivClassName
{
background-color: #518B24;
}
.BgClassName
{
background-color: #518B24;
}
</style>
border-color css
<style>
span { border-color: #518B24; }
span { border-color: rgb(81,139,36); }
td.TdClassName
{
border-color: #518B24;
}
.TagClassName
{
border-color: #518B24;
}
</style>