Shades of Vida Loca #4D8508
Tints of Vida Loca #4D8508
RGB
CMYK
RGB Variations
Color information
#4D8508 (or 0x4D8508) is known color: Vida Loca. HEX triplet: 4D, 85 and 08. RGB value is (77,133,8). Sum of RGB (Red+Green+Blue) = 77+133+8=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8508 is #B27AF7. Grayscale: #666666. Windows color (decimal): -11696888 or 558413. OLE color: 558413.
HSL color Cylindrical-coordinate representation of color #4D8508: hue angle of 86.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D8508 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 8 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.48 |
| HSL | 86.88º | 0.89% | 0.28% | - |
| HSV(B) | 86.88º | 0.94% | 0.52% | - |
| XYZ | 11.49 | 18.37 | 3.17 | - |
| YUV | 102.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 8 | 0.42 | 0 | 0.94 | 0.48 | 86.88 | 0.89 | 0.28 |
| Hex | 4D | 85 | 8 | 2A | 0 | 5E | 30 | 57 | 59 | 1C |
| Octal | 115 | 205 | 10 | 52 | 0 | 136 | 60 | 127 | 131 | 34 |
| Binary | 1001101 | 10000101 | 1000 | 101010 | 0 | 1011110 | 110000 | 1010111 | 1011001 | 11100 |
Color Harmonies of #4D8508
Complementary color
Monochromatic Colors of #4D8508
Black with #4D8508
Text Example
Text Example
White with #4D8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8508; }
p { color: rgb(77,133,8); }
H1.HeaderClassName
{
color: #4D8508;
}
.AnyTagClassName
{
color: #4D8508;
}
</style>
background-color css
<style>
a { background-color: #4D8508; }
a { background-color: rgb(77,133,8); }
div.DivClassName
{
background-color: #4D8508;
}
.BgClassName
{
background-color: #4D8508;
}
</style>
border-color css
<style>
span { border-color: #4D8508; }
span { border-color: rgb(77,133,8); }
td.TdClassName
{
border-color: #4D8508;
}
.TagClassName
{
border-color: #4D8508;
}
</style>