Shades of Vida Loca #4D8F15
Tints of Vida Loca #4D8F15
RGB
CMYK
RGB Variations
Color information
#4D8F15 (or 0x4D8F15) is known color: Vida Loca. HEX triplet: 4D, 8F and 15. RGB value is (77,143,21). Sum of RGB (Red+Green+Blue) = 77+143+21=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8F15 is #B270EA. Grayscale: #6D6D6D. Windows color (decimal): -11694315 or 1412941. OLE color: 1412941.
HSL color Cylindrical-coordinate representation of color #4D8F15: hue angle of 92.46º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D8F15 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 21 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.44 |
| HSL | 92.46º | 0.74% | 0.32% | - |
| HSV(B) | 92.46º | 0.85% | 0.56% | - |
| XYZ | 13.02 | 21.28 | 4.13 | - |
| YUV | 109.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 21 | 0.46 | 0 | 0.85 | 0.44 | 92.46 | 0.74 | 0.32 |
| Hex | 4D | 8F | 15 | 2E | 0 | 55 | 2C | 5C | 4A | 20 |
| Octal | 115 | 217 | 25 | 56 | 0 | 125 | 54 | 134 | 112 | 40 |
| Binary | 1001101 | 10001111 | 10101 | 101110 | 0 | 1010101 | 101100 | 1011100 | 1001010 | 100000 |
Color Harmonies of #4D8F15
Complementary color
Monochromatic Colors of #4D8F15
Black with #4D8F15
Text Example
Text Example
White with #4D8F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F15; }
p { color: rgb(77,143,21); }
H1.HeaderClassName
{
color: #4D8F15;
}
.AnyTagClassName
{
color: #4D8F15;
}
</style>
background-color css
<style>
a { background-color: #4D8F15; }
a { background-color: rgb(77,143,21); }
div.DivClassName
{
background-color: #4D8F15;
}
.BgClassName
{
background-color: #4D8F15;
}
</style>
border-color css
<style>
span { border-color: #4D8F15; }
span { border-color: rgb(77,143,21); }
td.TdClassName
{
border-color: #4D8F15;
}
.TagClassName
{
border-color: #4D8F15;
}
</style>