Shades of Vida Loca #4C8811
Tints of Vida Loca #4C8811
RGB
CMYK
RGB Variations
Color information
#4C8811 (or 0x4C8811) is known color: Vida Loca. HEX triplet: 4C, 88 and 11. RGB value is (76,136,17). Sum of RGB (Red+Green+Blue) = 76+136+17=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8811 is #B377EE. Grayscale: #686868. Windows color (decimal): -11761647 or 1149004. OLE color: 1149004.
HSL color Cylindrical-coordinate representation of color #4C8811: hue angle of 90.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C8811 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 17 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.47 |
| HSL | 90.25º | 0.78% | 0.3% | - |
| HSV(B) | 90.25º | 0.88% | 0.53% | - |
| XYZ | 11.89 | 19.19 | 3.61 | - |
| YUV | 104.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 17 | 0.44 | 0 | 0.87 | 0.47 | 90.25 | 0.78 | 0.3 |
| Hex | 4C | 88 | 11 | 2C | 0 | 57 | 2F | 5A | 4E | 1E |
| Octal | 114 | 210 | 21 | 54 | 0 | 127 | 57 | 132 | 116 | 36 |
| Binary | 1001100 | 10001000 | 10001 | 101100 | 0 | 1010111 | 101111 | 1011010 | 1001110 | 11110 |
Color Harmonies of #4C8811
Complementary color
Monochromatic Colors of #4C8811
Black with #4C8811
Text Example
Text Example
White with #4C8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8811; }
p { color: rgb(76,136,17); }
H1.HeaderClassName
{
color: #4C8811;
}
.AnyTagClassName
{
color: #4C8811;
}
</style>
background-color css
<style>
a { background-color: #4C8811; }
a { background-color: rgb(76,136,17); }
div.DivClassName
{
background-color: #4C8811;
}
.BgClassName
{
background-color: #4C8811;
}
</style>
border-color css
<style>
span { border-color: #4C8811; }
span { border-color: rgb(76,136,17); }
td.TdClassName
{
border-color: #4C8811;
}
.TagClassName
{
border-color: #4C8811;
}
</style>