Shades of Vida Loca #4D8902
Tints of Vida Loca #4D8902
RGB
CMYK
RGB Variations
Color information
#4D8902 (or 0x4D8902) is known color: Vida Loca. HEX triplet: 4D, 89 and 02. RGB value is (77,137,2). Sum of RGB (Red+Green+Blue) = 77+137+2=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8902 is #B276FD. Grayscale: #686868. Windows color (decimal): -11695870 or 166221. OLE color: 166221.
HSL color Cylindrical-coordinate representation of color #4D8902: hue angle of 86.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D8902 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.46 |
| HSL | 86.67º | 0.97% | 0.27% | - |
| HSV(B) | 86.67º | 0.99% | 0.54% | - |
| XYZ | 12.02 | 19.47 | 3.18 | - |
| YUV | 103.67 | 70.62 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 2 | 0.44 | 0 | 0.99 | 0.46 | 86.67 | 0.97 | 0.27 |
| Hex | 4D | 89 | 2 | 2C | 0 | 63 | 2E | 57 | 61 | 1B |
| Octal | 115 | 211 | 2 | 54 | 0 | 143 | 56 | 127 | 141 | 33 |
| Binary | 1001101 | 10001001 | 10 | 101100 | 0 | 1100011 | 101110 | 1010111 | 1100001 | 11011 |
Color Harmonies of #4D8902
Complementary color
Monochromatic Colors of #4D8902
Black with #4D8902
Text Example
Text Example
White with #4D8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8902; }
p { color: rgb(77,137,2); }
H1.HeaderClassName
{
color: #4D8902;
}
.AnyTagClassName
{
color: #4D8902;
}
</style>
background-color css
<style>
a { background-color: #4D8902; }
a { background-color: rgb(77,137,2); }
div.DivClassName
{
background-color: #4D8902;
}
.BgClassName
{
background-color: #4D8902;
}
</style>
border-color css
<style>
span { border-color: #4D8902; }
span { border-color: rgb(77,137,2); }
td.TdClassName
{
border-color: #4D8902;
}
.TagClassName
{
border-color: #4D8902;
}
</style>