Shades of Vida Loca #4F8812
Tints of Vida Loca #4F8812
RGB
CMYK
RGB Variations
Color information
#4F8812 (or 0x4F8812) is known color: Vida Loca. HEX triplet: 4F, 88 and 12. RGB value is (79,136,18). Sum of RGB (Red+Green+Blue) = 79+136+18=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8812 is #B077ED. Grayscale: #696969. Windows color (decimal): -11565038 or 1214543. OLE color: 1214543.
HSL color Cylindrical-coordinate representation of color #4F8812: hue angle of 88.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F8812 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 18 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.47 |
| HSL | 88.98º | 0.77% | 0.3% | - |
| HSV(B) | 88.98º | 0.87% | 0.53% | - |
| XYZ | 12.14 | 19.31 | 3.66 | - |
| YUV | 105.51 | 78.62 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 18 | 0.42 | 0 | 0.87 | 0.47 | 88.98 | 0.77 | 0.3 |
| Hex | 4F | 88 | 12 | 2A | 0 | 57 | 2F | 59 | 4D | 1E |
| Octal | 117 | 210 | 22 | 52 | 0 | 127 | 57 | 131 | 115 | 36 |
| Binary | 1001111 | 10001000 | 10010 | 101010 | 0 | 1010111 | 101111 | 1011001 | 1001101 | 11110 |
Color Harmonies of #4F8812
Complementary color
Monochromatic Colors of #4F8812
Black with #4F8812
Text Example
Text Example
White with #4F8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8812; }
p { color: rgb(79,136,18); }
H1.HeaderClassName
{
color: #4F8812;
}
.AnyTagClassName
{
color: #4F8812;
}
</style>
background-color css
<style>
a { background-color: #4F8812; }
a { background-color: rgb(79,136,18); }
div.DivClassName
{
background-color: #4F8812;
}
.BgClassName
{
background-color: #4F8812;
}
</style>
border-color css
<style>
span { border-color: #4F8812; }
span { border-color: rgb(79,136,18); }
td.TdClassName
{
border-color: #4F8812;
}
.TagClassName
{
border-color: #4F8812;
}
</style>