Shades of Vida Loca #4F8512
Tints of Vida Loca #4F8512
RGB
CMYK
RGB Variations
Color information
#4F8512 (or 0x4F8512) is known color: Vida Loca. HEX triplet: 4F, 85 and 12. RGB value is (79,133,18). Sum of RGB (Red+Green+Blue) = 79+133+18=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8512 is #B07AED. Grayscale: #686868. Windows color (decimal): -11565806 or 1213775. OLE color: 1213775.
HSL color Cylindrical-coordinate representation of color #4F8512: hue angle of 88.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F8512 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 18 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.48 |
| HSL | 88.17º | 0.76% | 0.3% | - |
| HSV(B) | 88.17º | 0.86% | 0.52% | - |
| XYZ | 11.72 | 18.48 | 3.52 | - |
| YUV | 103.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 18 | 0.41 | 0 | 0.86 | 0.48 | 88.17 | 0.76 | 0.3 |
| Hex | 4F | 85 | 12 | 29 | 0 | 56 | 30 | 58 | 4C | 1E |
| Octal | 117 | 205 | 22 | 51 | 0 | 126 | 60 | 130 | 114 | 36 |
| Binary | 1001111 | 10000101 | 10010 | 101001 | 0 | 1010110 | 110000 | 1011000 | 1001100 | 11110 |
Color Harmonies of #4F8512
Complementary color
Monochromatic Colors of #4F8512
Black with #4F8512
Text Example
Text Example
White with #4F8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8512; }
p { color: rgb(79,133,18); }
H1.HeaderClassName
{
color: #4F8512;
}
.AnyTagClassName
{
color: #4F8512;
}
</style>
background-color css
<style>
a { background-color: #4F8512; }
a { background-color: rgb(79,133,18); }
div.DivClassName
{
background-color: #4F8512;
}
.BgClassName
{
background-color: #4F8512;
}
</style>
border-color css
<style>
span { border-color: #4F8512; }
span { border-color: rgb(79,133,18); }
td.TdClassName
{
border-color: #4F8512;
}
.TagClassName
{
border-color: #4F8512;
}
</style>