Shades of Vida Loca #4D8800
Tints of Vida Loca #4D8800
RGB
CMYK
RGB Variations
Color information
#4D8800 (or 0x4D8800) is known color: Vida Loca. HEX triplet: 4D, 88 and 00. RGB value is (77,136,0). Sum of RGB (Red+Green+Blue) = 77+136+0=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8800 is #B277FF. Grayscale: #676767. Windows color (decimal): -11696128 or 34893. OLE color: 34893.
HSL color Cylindrical-coordinate representation of color #4D8800: hue angle of 86.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D8800 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.47 |
| HSL | 86.03º | 1% | 0.27% | - |
| HSV(B) | 86.03º | 1% | 0.53% | - |
| XYZ | 11.86 | 19.19 | 3.08 | - |
| YUV | 102.86 | 69.95 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 0 | 0.43 | 0 | 1 | 0.47 | 86.03 | 1 | 0.27 |
| Hex | 4D | 88 | 0 | 2B | 0 | 64 | 2F | 56 | 64 | 1B |
| Octal | 115 | 210 | 0 | 53 | 0 | 144 | 57 | 126 | 144 | 33 |
| Binary | 1001101 | 10001000 | 0 | 101011 | 0 | 1100100 | 101111 | 1010110 | 1100100 | 11011 |
Color Harmonies of #4D8800
Complementary color
Monochromatic Colors of #4D8800
Black with #4D8800
Text Example
Text Example
White with #4D8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8800; }
p { color: rgb(77,136,0); }
H1.HeaderClassName
{
color: #4D8800;
}
.AnyTagClassName
{
color: #4D8800;
}
</style>
background-color css
<style>
a { background-color: #4D8800; }
a { background-color: rgb(77,136,0); }
div.DivClassName
{
background-color: #4D8800;
}
.BgClassName
{
background-color: #4D8800;
}
</style>
border-color css
<style>
span { border-color: #4D8800; }
span { border-color: rgb(77,136,0); }
td.TdClassName
{
border-color: #4D8800;
}
.TagClassName
{
border-color: #4D8800;
}
</style>