Shades of Vida Loca #4D8502
Tints of Vida Loca #4D8502
RGB
CMYK
RGB Variations
Color information
#4D8502 (or 0x4D8502) is known color: Vida Loca. HEX triplet: 4D, 85 and 02. RGB value is (77,133,2). Sum of RGB (Red+Green+Blue) = 77+133+2=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8502 is #B27AFD. Grayscale: #656565. Windows color (decimal): -11696894 or 165197. OLE color: 165197.
HSL color Cylindrical-coordinate representation of color #4D8502: hue angle of 85.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D8502 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.48 |
| HSL | 85.65º | 0.97% | 0.26% | - |
| HSV(B) | 85.65º | 0.98% | 0.52% | - |
| XYZ | 11.46 | 18.36 | 3 | - |
| YUV | 101.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 2 | 0.42 | 0 | 0.98 | 0.48 | 85.65 | 0.97 | 0.26 |
| Hex | 4D | 85 | 2 | 2A | 0 | 62 | 30 | 56 | 61 | 1A |
| Octal | 115 | 205 | 2 | 52 | 0 | 142 | 60 | 126 | 141 | 32 |
| Binary | 1001101 | 10000101 | 10 | 101010 | 0 | 1100010 | 110000 | 1010110 | 1100001 | 11010 |
Color Harmonies of #4D8502
Complementary color
Monochromatic Colors of #4D8502
Black with #4D8502
Text Example
Text Example
White with #4D8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8502; }
p { color: rgb(77,133,2); }
H1.HeaderClassName
{
color: #4D8502;
}
.AnyTagClassName
{
color: #4D8502;
}
</style>
background-color css
<style>
a { background-color: #4D8502; }
a { background-color: rgb(77,133,2); }
div.DivClassName
{
background-color: #4D8502;
}
.BgClassName
{
background-color: #4D8502;
}
</style>
border-color css
<style>
span { border-color: #4D8502; }
span { border-color: rgb(77,133,2); }
td.TdClassName
{
border-color: #4D8502;
}
.TagClassName
{
border-color: #4D8502;
}
</style>