Shades of Vida Loca #4D8416
Tints of Vida Loca #4D8416
RGB
CMYK
RGB Variations
Color information
#4D8416 (or 0x4D8416) is known color: Vida Loca. HEX triplet: 4D, 84 and 16. RGB value is (77,132,22). Sum of RGB (Red+Green+Blue) = 77+132+22=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8416 is #B27BE9. Grayscale: #676767. Windows color (decimal): -11697130 or 1475661. OLE color: 1475661.
HSL color Cylindrical-coordinate representation of color #4D8416: hue angle of 90º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D8416 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 22 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.48 |
| HSL | 90º | 0.71% | 0.3% | - |
| HSV(B) | 90º | 0.83% | 0.52% | - |
| XYZ | 11.46 | 18.14 | 3.66 | - |
| YUV | 103.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 22 | 0.42 | 0 | 0.83 | 0.48 | 90 | 0.71 | 0.3 |
| Hex | 4D | 84 | 16 | 2A | 0 | 53 | 30 | 5A | 47 | 1E |
| Octal | 115 | 204 | 26 | 52 | 0 | 123 | 60 | 132 | 107 | 36 |
| Binary | 1001101 | 10000100 | 10110 | 101010 | 0 | 1010011 | 110000 | 1011010 | 1000111 | 11110 |
Color Harmonies of #4D8416
Complementary color
Monochromatic Colors of #4D8416
Black with #4D8416
Text Example
Text Example
White with #4D8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8416; }
p { color: rgb(77,132,22); }
H1.HeaderClassName
{
color: #4D8416;
}
.AnyTagClassName
{
color: #4D8416;
}
</style>
background-color css
<style>
a { background-color: #4D8416; }
a { background-color: rgb(77,132,22); }
div.DivClassName
{
background-color: #4D8416;
}
.BgClassName
{
background-color: #4D8416;
}
</style>
border-color css
<style>
span { border-color: #4D8416; }
span { border-color: rgb(77,132,22); }
td.TdClassName
{
border-color: #4D8416;
}
.TagClassName
{
border-color: #4D8416;
}
</style>