Shades of Vida Loca #4F861A
Tints of Vida Loca #4F861A
RGB
CMYK
RGB Variations
Color information
#4F861A (or 0x4F861A) is known color: Vida Loca. HEX triplet: 4F, 86 and 1A. RGB value is (79,134,26). Sum of RGB (Red+Green+Blue) = 79+134+26=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #4F861A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F861A is #B079E5. Grayscale: #696969. Windows color (decimal): -11565542 or 1738319. OLE color: 1738319.
HSL color Cylindrical-coordinate representation of color #4F861A: hue angle of 90.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F861A is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 134 | 26 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.47 |
| HSL | 90.56º | 0.68% | 0.31% | - |
| HSV(B) | 90.56º | 0.81% | 0.53% | - |
| XYZ | 11.94 | 18.79 | 3.97 | - |
| YUV | 105.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 26 | 0.41 | 0 | 0.81 | 0.47 | 90.56 | 0.68 | 0.31 |
| Hex | 4F | 86 | 1A | 29 | 0 | 51 | 2F | 5B | 44 | 1F |
| Octal | 117 | 206 | 32 | 51 | 0 | 121 | 57 | 133 | 104 | 37 |
| Binary | 1001111 | 10000110 | 11010 | 101001 | 0 | 1010001 | 101111 | 1011011 | 1000100 | 11111 |
Color Harmonies of #4F861A
Complementary color
Monochromatic Colors of #4F861A
Black with #4F861A
Text Example
Text Example
White with #4F861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F861A; }
p { color: rgb(79,134,26); }
H1.HeaderClassName
{
color: #4F861A;
}
.AnyTagClassName
{
color: #4F861A;
}
</style>
background-color css
<style>
a { background-color: #4F861A; }
a { background-color: rgb(79,134,26); }
div.DivClassName
{
background-color: #4F861A;
}
.BgClassName
{
background-color: #4F861A;
}
</style>
border-color css
<style>
span { border-color: #4F861A; }
span { border-color: rgb(79,134,26); }
td.TdClassName
{
border-color: #4F861A;
}
.TagClassName
{
border-color: #4F861A;
}
</style>