Shades of Vida Loca #4D8601
Tints of Vida Loca #4D8601
RGB
CMYK
RGB Variations
Color information
#4D8601 (or 0x4D8601) is known color: Vida Loca. HEX triplet: 4D, 86 and 01. RGB value is (77,134,1). Sum of RGB (Red+Green+Blue) = 77+134+1=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8601 is #B279FE. Grayscale: #666666. Windows color (decimal): -11696639 or 99917. OLE color: 99917.
HSL color Cylindrical-coordinate representation of color #4D8601: hue angle of 85.71º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D8601 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.47 |
| HSL | 85.71º | 0.99% | 0.26% | - |
| HSV(B) | 85.71º | 0.99% | 0.53% | - |
| XYZ | 11.59 | 18.63 | 3.01 | - |
| YUV | 101.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 1 | 0.43 | 0 | 0.99 | 0.47 | 85.71 | 0.99 | 0.26 |
| Hex | 4D | 86 | 1 | 2B | 0 | 63 | 2F | 56 | 63 | 1A |
| Octal | 115 | 206 | 1 | 53 | 0 | 143 | 57 | 126 | 143 | 32 |
| Binary | 1001101 | 10000110 | 1 | 101011 | 0 | 1100011 | 101111 | 1010110 | 1100011 | 11010 |
Color Harmonies of #4D8601
Complementary color
Monochromatic Colors of #4D8601
Black with #4D8601
Text Example
Text Example
White with #4D8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8601; }
p { color: rgb(77,134,1); }
H1.HeaderClassName
{
color: #4D8601;
}
.AnyTagClassName
{
color: #4D8601;
}
</style>
background-color css
<style>
a { background-color: #4D8601; }
a { background-color: rgb(77,134,1); }
div.DivClassName
{
background-color: #4D8601;
}
.BgClassName
{
background-color: #4D8601;
}
</style>
border-color css
<style>
span { border-color: #4D8601; }
span { border-color: rgb(77,134,1); }
td.TdClassName
{
border-color: #4D8601;
}
.TagClassName
{
border-color: #4D8601;
}
</style>