Shades of Vida Loca #4D8A18
Tints of Vida Loca #4D8A18
RGB
CMYK
RGB Variations
Color information
#4D8A18 (or 0x4D8A18) is known color: Vida Loca. HEX triplet: 4D, 8A and 18. RGB value is (77,138,24). Sum of RGB (Red+Green+Blue) = 77+138+24=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8A18 is #B275E7. Grayscale: #6B6B6B. Windows color (decimal): -11695592 or 1608269. OLE color: 1608269.
HSL color Cylindrical-coordinate representation of color #4D8A18: hue angle of 92.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D8A18 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 138 | 24 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.46 |
| HSL | 92.11º | 0.7% | 0.32% | - |
| HSV(B) | 92.11º | 0.83% | 0.54% | - |
| XYZ | 12.31 | 19.82 | 4.04 | - |
| YUV | 106.77 | 81.29 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 24 | 0.44 | 0 | 0.83 | 0.46 | 92.11 | 0.7 | 0.32 |
| Hex | 4D | 8A | 18 | 2C | 0 | 53 | 2E | 5C | 46 | 20 |
| Octal | 115 | 212 | 30 | 54 | 0 | 123 | 56 | 134 | 106 | 40 |
| Binary | 1001101 | 10001010 | 11000 | 101100 | 0 | 1010011 | 101110 | 1011100 | 1000110 | 100000 |
Color Harmonies of #4D8A18
Complementary color
Monochromatic Colors of #4D8A18
Black with #4D8A18
Text Example
Text Example
White with #4D8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8A18; }
p { color: rgb(77,138,24); }
H1.HeaderClassName
{
color: #4D8A18;
}
.AnyTagClassName
{
color: #4D8A18;
}
</style>
background-color css
<style>
a { background-color: #4D8A18; }
a { background-color: rgb(77,138,24); }
div.DivClassName
{
background-color: #4D8A18;
}
.BgClassName
{
background-color: #4D8A18;
}
</style>
border-color css
<style>
span { border-color: #4D8A18; }
span { border-color: rgb(77,138,24); }
td.TdClassName
{
border-color: #4D8A18;
}
.TagClassName
{
border-color: #4D8A18;
}
</style>