Shades of Vida Loca #4D890C
Tints of Vida Loca #4D890C
RGB
CMYK
RGB Variations
Color information
#4D890C (or 0x4D890C) is known color: Vida Loca. HEX triplet: 4D, 89 and 0C. RGB value is (77,137,12). Sum of RGB (Red+Green+Blue) = 77+137+12=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #4D890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D890C is #B276F3. Grayscale: #696969. Windows color (decimal): -11695860 or 821581. OLE color: 821581.
HSL color Cylindrical-coordinate representation of color #4D890C: hue angle of 88.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D890C is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 12 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.46 |
| HSL | 88.8º | 0.84% | 0.29% | - |
| HSV(B) | 88.8º | 0.91% | 0.54% | - |
| XYZ | 12.07 | 19.5 | 3.47 | - |
| YUV | 104.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 12 | 0.44 | 0 | 0.91 | 0.46 | 88.8 | 0.84 | 0.29 |
| Hex | 4D | 89 | C | 2C | 0 | 5B | 2E | 59 | 54 | 1D |
| Octal | 115 | 211 | 14 | 54 | 0 | 133 | 56 | 131 | 124 | 35 |
| Binary | 1001101 | 10001001 | 1100 | 101100 | 0 | 1011011 | 101110 | 1011001 | 1010100 | 11101 |
Color Harmonies of #4D890C
Complementary color
Monochromatic Colors of #4D890C
Black with #4D890C
Text Example
Text Example
White with #4D890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D890C; }
p { color: rgb(77,137,12); }
H1.HeaderClassName
{
color: #4D890C;
}
.AnyTagClassName
{
color: #4D890C;
}
</style>
background-color css
<style>
a { background-color: #4D890C; }
a { background-color: rgb(77,137,12); }
div.DivClassName
{
background-color: #4D890C;
}
.BgClassName
{
background-color: #4D890C;
}
</style>
border-color css
<style>
span { border-color: #4D890C; }
span { border-color: rgb(77,137,12); }
td.TdClassName
{
border-color: #4D890C;
}
.TagClassName
{
border-color: #4D890C;
}
</style>