Shades of Vida Loca #4D8816
Tints of Vida Loca #4D8816
RGB
CMYK
RGB Variations
Color information
#4D8816 (or 0x4D8816) is known color: Vida Loca. HEX triplet: 4D, 88 and 16. RGB value is (77,136,22). Sum of RGB (Red+Green+Blue) = 77+136+22=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8816 is #B277E9. Grayscale: #696969. Windows color (decimal): -11696106 or 1476685. OLE color: 1476685.
HSL color Cylindrical-coordinate representation of color #4D8816: hue angle of 91.05º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D8816 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 22 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.47 |
| HSL | 91.05º | 0.72% | 0.31% | - |
| HSV(B) | 91.05º | 0.84% | 0.53% | - |
| XYZ | 12.01 | 19.24 | 3.84 | - |
| YUV | 105.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 22 | 0.43 | 0 | 0.84 | 0.47 | 91.05 | 0.72 | 0.31 |
| Hex | 4D | 88 | 16 | 2B | 0 | 54 | 2F | 5B | 48 | 1F |
| Octal | 115 | 210 | 26 | 53 | 0 | 124 | 57 | 133 | 110 | 37 |
| Binary | 1001101 | 10001000 | 10110 | 101011 | 0 | 1010100 | 101111 | 1011011 | 1001000 | 11111 |
Color Harmonies of #4D8816
Complementary color
Monochromatic Colors of #4D8816
Black with #4D8816
Text Example
Text Example
White with #4D8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8816; }
p { color: rgb(77,136,22); }
H1.HeaderClassName
{
color: #4D8816;
}
.AnyTagClassName
{
color: #4D8816;
}
</style>
background-color css
<style>
a { background-color: #4D8816; }
a { background-color: rgb(77,136,22); }
div.DivClassName
{
background-color: #4D8816;
}
.BgClassName
{
background-color: #4D8816;
}
</style>
border-color css
<style>
span { border-color: #4D8816; }
span { border-color: rgb(77,136,22); }
td.TdClassName
{
border-color: #4D8816;
}
.TagClassName
{
border-color: #4D8816;
}
</style>