Shades of Vida Loca #4D850F
Tints of Vida Loca #4D850F
RGB
CMYK
RGB Variations
Color information
#4D850F (or 0x4D850F) is known color: Vida Loca. HEX triplet: 4D, 85 and 0F. RGB value is (77,133,15). Sum of RGB (Red+Green+Blue) = 77+133+15=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #4D850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D850F is #B27AF0. Grayscale: #676767. Windows color (decimal): -11696881 or 1017165. OLE color: 1017165.
HSL color Cylindrical-coordinate representation of color #4D850F: hue angle of 88.47º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D850F is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 15 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.48 |
| HSL | 88.47º | 0.8% | 0.29% | - |
| HSV(B) | 88.47º | 0.89% | 0.52% | - |
| XYZ | 11.53 | 18.39 | 3.39 | - |
| YUV | 102.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 15 | 0.42 | 0 | 0.89 | 0.48 | 88.47 | 0.8 | 0.29 |
| Hex | 4D | 85 | F | 2A | 0 | 59 | 30 | 58 | 50 | 1D |
| Octal | 115 | 205 | 17 | 52 | 0 | 131 | 60 | 130 | 120 | 35 |
| Binary | 1001101 | 10000101 | 1111 | 101010 | 0 | 1011001 | 110000 | 1011000 | 1010000 | 11101 |
Color Harmonies of #4D850F
Complementary color
Monochromatic Colors of #4D850F
Black with #4D850F
Text Example
Text Example
White with #4D850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D850F; }
p { color: rgb(77,133,15); }
H1.HeaderClassName
{
color: #4D850F;
}
.AnyTagClassName
{
color: #4D850F;
}
</style>
background-color css
<style>
a { background-color: #4D850F; }
a { background-color: rgb(77,133,15); }
div.DivClassName
{
background-color: #4D850F;
}
.BgClassName
{
background-color: #4D850F;
}
</style>
border-color css
<style>
span { border-color: #4D850F; }
span { border-color: rgb(77,133,15); }
td.TdClassName
{
border-color: #4D850F;
}
.TagClassName
{
border-color: #4D850F;
}
</style>