Shades of Vida Loca #4C8500
Tints of Vida Loca #4C8500
RGB
CMYK
RGB Variations
Color information
#4C8500 (or 0x4C8500) is known color: Vida Loca. HEX triplet: 4C, 85 and 00. RGB value is (76,133,0). Sum of RGB (Red+Green+Blue) = 76+133+0=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8500 is #B37AFF. Grayscale: #656565. Windows color (decimal): -11762432 or 34124. OLE color: 34124.
HSL color Cylindrical-coordinate representation of color #4C8500: hue angle of 85.71º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C8500 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.48 |
| HSL | 85.71º | 1% | 0.26% | - |
| HSV(B) | 85.71º | 1% | 0.52% | - |
| XYZ | 11.37 | 18.31 | 2.94 | - |
| YUV | 100.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 0 | 0.43 | 0 | 1 | 0.48 | 85.71 | 1 | 0.26 |
| Hex | 4C | 85 | 0 | 2B | 0 | 64 | 30 | 56 | 64 | 1A |
| Octal | 114 | 205 | 0 | 53 | 0 | 144 | 60 | 126 | 144 | 32 |
| Binary | 1001100 | 10000101 | 0 | 101011 | 0 | 1100100 | 110000 | 1010110 | 1100100 | 11010 |
Color Harmonies of #4C8500
Complementary color
Monochromatic Colors of #4C8500
Black with #4C8500
Text Example
Text Example
White with #4C8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8500; }
p { color: rgb(76,133,0); }
H1.HeaderClassName
{
color: #4C8500;
}
.AnyTagClassName
{
color: #4C8500;
}
</style>
background-color css
<style>
a { background-color: #4C8500; }
a { background-color: rgb(76,133,0); }
div.DivClassName
{
background-color: #4C8500;
}
.BgClassName
{
background-color: #4C8500;
}
</style>
border-color css
<style>
span { border-color: #4C8500; }
span { border-color: rgb(76,133,0); }
td.TdClassName
{
border-color: #4C8500;
}
.TagClassName
{
border-color: #4C8500;
}
</style>