Shades of Vida Loca #4D8404
Tints of Vida Loca #4D8404
RGB
CMYK
RGB Variations
Color information
#4D8404 (or 0x4D8404) is known color: Vida Loca. HEX triplet: 4D, 84 and 04. RGB value is (77,132,4). Sum of RGB (Red+Green+Blue) = 77+132+4=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8404 is #B27BFB. Grayscale: #656565. Windows color (decimal): -11697148 or 296013. OLE color: 296013.
HSL color Cylindrical-coordinate representation of color #4D8404: hue angle of 85.78º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D8404 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 4 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.48 |
| HSL | 85.78º | 0.94% | 0.27% | - |
| HSV(B) | 85.78º | 0.97% | 0.52% | - |
| XYZ | 11.33 | 18.09 | 3.01 | - |
| YUV | 100.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 4 | 0.42 | 0 | 0.97 | 0.48 | 85.78 | 0.94 | 0.27 |
| Hex | 4D | 84 | 4 | 2A | 0 | 61 | 30 | 56 | 5E | 1B |
| Octal | 115 | 204 | 4 | 52 | 0 | 141 | 60 | 126 | 136 | 33 |
| Binary | 1001101 | 10000100 | 100 | 101010 | 0 | 1100001 | 110000 | 1010110 | 1011110 | 11011 |
Color Harmonies of #4D8404
Complementary color
Monochromatic Colors of #4D8404
Black with #4D8404
Text Example
Text Example
White with #4D8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8404; }
p { color: rgb(77,132,4); }
H1.HeaderClassName
{
color: #4D8404;
}
.AnyTagClassName
{
color: #4D8404;
}
</style>
background-color css
<style>
a { background-color: #4D8404; }
a { background-color: rgb(77,132,4); }
div.DivClassName
{
background-color: #4D8404;
}
.BgClassName
{
background-color: #4D8404;
}
</style>
border-color css
<style>
span { border-color: #4D8404; }
span { border-color: rgb(77,132,4); }
td.TdClassName
{
border-color: #4D8404;
}
.TagClassName
{
border-color: #4D8404;
}
</style>