Shades of Vida Loca #4D8515
Tints of Vida Loca #4D8515
RGB
CMYK
RGB Variations
Color information
#4D8515 (or 0x4D8515) is known color: Vida Loca. HEX triplet: 4D, 85 and 15. RGB value is (77,133,21). Sum of RGB (Red+Green+Blue) = 77+133+21=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8515 is #B27AEA. Grayscale: #676767. Windows color (decimal): -11696875 or 1410381. OLE color: 1410381.
HSL color Cylindrical-coordinate representation of color #4D8515: hue angle of 90º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D8515 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 21 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.48 |
| HSL | 90º | 0.73% | 0.3% | - |
| HSV(B) | 90º | 0.84% | 0.52% | - |
| XYZ | 11.58 | 18.41 | 3.65 | - |
| YUV | 103.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 21 | 0.42 | 0 | 0.84 | 0.48 | 90 | 0.73 | 0.3 |
| Hex | 4D | 85 | 15 | 2A | 0 | 54 | 30 | 5A | 49 | 1E |
| Octal | 115 | 205 | 25 | 52 | 0 | 124 | 60 | 132 | 111 | 36 |
| Binary | 1001101 | 10000101 | 10101 | 101010 | 0 | 1010100 | 110000 | 1011010 | 1001001 | 11110 |
Color Harmonies of #4D8515
Complementary color
Monochromatic Colors of #4D8515
Black with #4D8515
Text Example
Text Example
White with #4D8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8515; }
p { color: rgb(77,133,21); }
H1.HeaderClassName
{
color: #4D8515;
}
.AnyTagClassName
{
color: #4D8515;
}
</style>
background-color css
<style>
a { background-color: #4D8515; }
a { background-color: rgb(77,133,21); }
div.DivClassName
{
background-color: #4D8515;
}
.BgClassName
{
background-color: #4D8515;
}
</style>
border-color css
<style>
span { border-color: #4D8515; }
span { border-color: rgb(77,133,21); }
td.TdClassName
{
border-color: #4D8515;
}
.TagClassName
{
border-color: #4D8515;
}
</style>