Shades of Vida Loca #4D8A19
Tints of Vida Loca #4D8A19
RGB
CMYK
RGB Variations
Color information
#4D8A19 (or 0x4D8A19) is known color: Vida Loca. HEX triplet: 4D, 8A and 19. RGB value is (77,138,25). Sum of RGB (Red+Green+Blue) = 77+138+25=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8A19 is #B275E6. Grayscale: #6B6B6B. Windows color (decimal): -11695591 or 1673805. OLE color: 1673805.
HSL color Cylindrical-coordinate representation of color #4D8A19: hue angle of 92.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D8A19 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 138 | 25 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.46 |
| HSL | 92.39º | 0.69% | 0.32% | - |
| HSV(B) | 92.39º | 0.82% | 0.54% | - |
| XYZ | 12.32 | 19.82 | 4.1 | - |
| YUV | 106.88 | 81.79 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 25 | 0.44 | 0 | 0.82 | 0.46 | 92.39 | 0.69 | 0.32 |
| Hex | 4D | 8A | 19 | 2C | 0 | 52 | 2E | 5C | 45 | 20 |
| Octal | 115 | 212 | 31 | 54 | 0 | 122 | 56 | 134 | 105 | 40 |
| Binary | 1001101 | 10001010 | 11001 | 101100 | 0 | 1010010 | 101110 | 1011100 | 1000101 | 100000 |
Color Harmonies of #4D8A19
Complementary color
Monochromatic Colors of #4D8A19
Black with #4D8A19
Text Example
Text Example
White with #4D8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8A19; }
p { color: rgb(77,138,25); }
H1.HeaderClassName
{
color: #4D8A19;
}
.AnyTagClassName
{
color: #4D8A19;
}
</style>
background-color css
<style>
a { background-color: #4D8A19; }
a { background-color: rgb(77,138,25); }
div.DivClassName
{
background-color: #4D8A19;
}
.BgClassName
{
background-color: #4D8A19;
}
</style>
border-color css
<style>
span { border-color: #4D8A19; }
span { border-color: rgb(77,138,25); }
td.TdClassName
{
border-color: #4D8A19;
}
.TagClassName
{
border-color: #4D8A19;
}
</style>