Shades of Vida Loca #4D840B
Tints of Vida Loca #4D840B
RGB
CMYK
RGB Variations
Color information
#4D840B (or 0x4D840B) is known color: Vida Loca. HEX triplet: 4D, 84 and 0B. RGB value is (77,132,11). Sum of RGB (Red+Green+Blue) = 77+132+11=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #4D840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D840B is #B27BF4. Grayscale: #666666. Windows color (decimal): -11697141 or 754765. OLE color: 754765.
HSL color Cylindrical-coordinate representation of color #4D840B: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D840B is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 11 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.48 |
| HSL | 87.27º | 0.85% | 0.28% | - |
| HSV(B) | 87.27º | 0.92% | 0.52% | - |
| XYZ | 11.37 | 18.1 | 3.21 | - |
| YUV | 101.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 11 | 0.42 | 0 | 0.92 | 0.48 | 87.27 | 0.85 | 0.28 |
| Hex | 4D | 84 | B | 2A | 0 | 5C | 30 | 57 | 55 | 1C |
| Octal | 115 | 204 | 13 | 52 | 0 | 134 | 60 | 127 | 125 | 34 |
| Binary | 1001101 | 10000100 | 1011 | 101010 | 0 | 1011100 | 110000 | 1010111 | 1010101 | 11100 |
Color Harmonies of #4D840B
Complementary color
Monochromatic Colors of #4D840B
Black with #4D840B
Text Example
Text Example
White with #4D840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D840B; }
p { color: rgb(77,132,11); }
H1.HeaderClassName
{
color: #4D840B;
}
.AnyTagClassName
{
color: #4D840B;
}
</style>
background-color css
<style>
a { background-color: #4D840B; }
a { background-color: rgb(77,132,11); }
div.DivClassName
{
background-color: #4D840B;
}
.BgClassName
{
background-color: #4D840B;
}
</style>
border-color css
<style>
span { border-color: #4D840B; }
span { border-color: rgb(77,132,11); }
td.TdClassName
{
border-color: #4D840B;
}
.TagClassName
{
border-color: #4D840B;
}
</style>