Shades of Vida Loca #4F8412
Tints of Vida Loca #4F8412
RGB
CMYK
RGB Variations
Color information
#4F8412 (or 0x4F8412) is known color: Vida Loca. HEX triplet: 4F, 84 and 12. RGB value is (79,132,18). Sum of RGB (Red+Green+Blue) = 79+132+18=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8412 is #B07BED. Grayscale: #676767. Windows color (decimal): -11566062 or 1213519. OLE color: 1213519.
HSL color Cylindrical-coordinate representation of color #4F8412: hue angle of 87.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F8412 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 18 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.48 |
| HSL | 87.89º | 0.76% | 0.29% | - |
| HSV(B) | 87.89º | 0.86% | 0.52% | - |
| XYZ | 11.58 | 18.21 | 3.48 | - |
| YUV | 103.16 | 79.94 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 18 | 0.40 | 0 | 0.86 | 0.48 | 87.89 | 0.76 | 0.29 |
| Hex | 4F | 84 | 12 | 28 | 0 | 56 | 30 | 58 | 4C | 1D |
| Octal | 117 | 204 | 22 | 50 | 0 | 126 | 60 | 130 | 114 | 35 |
| Binary | 1001111 | 10000100 | 10010 | 101000 | 0 | 1010110 | 110000 | 1011000 | 1001100 | 11101 |
Color Harmonies of #4F8412
Complementary color
Monochromatic Colors of #4F8412
Black with #4F8412
Text Example
Text Example
White with #4F8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8412; }
p { color: rgb(79,132,18); }
H1.HeaderClassName
{
color: #4F8412;
}
.AnyTagClassName
{
color: #4F8412;
}
</style>
background-color css
<style>
a { background-color: #4F8412; }
a { background-color: rgb(79,132,18); }
div.DivClassName
{
background-color: #4F8412;
}
.BgClassName
{
background-color: #4F8412;
}
</style>
border-color css
<style>
span { border-color: #4F8412; }
span { border-color: rgb(79,132,18); }
td.TdClassName
{
border-color: #4F8412;
}
.TagClassName
{
border-color: #4F8412;
}
</style>