Shades of Vida Loca #4D881A
Tints of Vida Loca #4D881A
RGB
CMYK
RGB Variations
Color information
#4D881A (or 0x4D881A) is known color: Vida Loca. HEX triplet: 4D, 88 and 1A. RGB value is (77,136,26). Sum of RGB (Red+Green+Blue) = 77+136+26=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #4D881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D881A is #B277E5. Grayscale: #6A6A6A. Windows color (decimal): -11696102 or 1738829. OLE color: 1738829.
HSL color Cylindrical-coordinate representation of color #4D881A: hue angle of 92.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D881A is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 26 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.47 |
| HSL | 92.18º | 0.68% | 0.32% | - |
| HSV(B) | 92.18º | 0.81% | 0.53% | - |
| XYZ | 12.05 | 19.26 | 4.06 | - |
| YUV | 105.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 26 | 0.43 | 0 | 0.81 | 0.47 | 92.18 | 0.68 | 0.32 |
| Hex | 4D | 88 | 1A | 2B | 0 | 51 | 2F | 5C | 44 | 20 |
| Octal | 115 | 210 | 32 | 53 | 0 | 121 | 57 | 134 | 104 | 40 |
| Binary | 1001101 | 10001000 | 11010 | 101011 | 0 | 1010001 | 101111 | 1011100 | 1000100 | 100000 |
Color Harmonies of #4D881A
Complementary color
Monochromatic Colors of #4D881A
Black with #4D881A
Text Example
Text Example
White with #4D881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D881A; }
p { color: rgb(77,136,26); }
H1.HeaderClassName
{
color: #4D881A;
}
.AnyTagClassName
{
color: #4D881A;
}
</style>
background-color css
<style>
a { background-color: #4D881A; }
a { background-color: rgb(77,136,26); }
div.DivClassName
{
background-color: #4D881A;
}
.BgClassName
{
background-color: #4D881A;
}
</style>
border-color css
<style>
span { border-color: #4D881A; }
span { border-color: rgb(77,136,26); }
td.TdClassName
{
border-color: #4D881A;
}
.TagClassName
{
border-color: #4D881A;
}
</style>