Shades of Vida Loca #4D8906
Tints of Vida Loca #4D8906
RGB
CMYK
RGB Variations
Color information
#4D8906 (or 0x4D8906) is known color: Vida Loca. HEX triplet: 4D, 89 and 06. RGB value is (77,137,6). Sum of RGB (Red+Green+Blue) = 77+137+6=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8906 is #B276F9. Grayscale: #686868. Windows color (decimal): -11695866 or 428365. OLE color: 428365.
HSL color Cylindrical-coordinate representation of color #4D8906: hue angle of 87.48º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D8906 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 6 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.46 |
| HSL | 87.48º | 0.92% | 0.28% | - |
| HSV(B) | 87.48º | 0.96% | 0.54% | - |
| XYZ | 12.04 | 19.48 | 3.3 | - |
| YUV | 104.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 6 | 0.44 | 0 | 0.96 | 0.46 | 87.48 | 0.92 | 0.28 |
| Hex | 4D | 89 | 6 | 2C | 0 | 60 | 2E | 57 | 5C | 1C |
| Octal | 115 | 211 | 6 | 54 | 0 | 140 | 56 | 127 | 134 | 34 |
| Binary | 1001101 | 10001001 | 110 | 101100 | 0 | 1100000 | 101110 | 1010111 | 1011100 | 11100 |
Color Harmonies of #4D8906
Complementary color
Monochromatic Colors of #4D8906
Black with #4D8906
Text Example
Text Example
White with #4D8906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8906; }
p { color: rgb(77,137,6); }
H1.HeaderClassName
{
color: #4D8906;
}
.AnyTagClassName
{
color: #4D8906;
}
</style>
background-color css
<style>
a { background-color: #4D8906; }
a { background-color: rgb(77,137,6); }
div.DivClassName
{
background-color: #4D8906;
}
.BgClassName
{
background-color: #4D8906;
}
</style>
border-color css
<style>
span { border-color: #4D8906; }
span { border-color: rgb(77,137,6); }
td.TdClassName
{
border-color: #4D8906;
}
.TagClassName
{
border-color: #4D8906;
}
</style>