Shades of Vida Loca #4C8D0B
Tints of Vida Loca #4C8D0B
RGB
CMYK
RGB Variations
Color information
#4C8D0B (or 0x4C8D0B) is known color: Vida Loca. HEX triplet: 4C, 8D and 0B. RGB value is (76,141,11). Sum of RGB (Red+Green+Blue) = 76+141+11=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8D0B is #B372F4. Grayscale: #6B6B6B. Windows color (decimal): -11760373 or 757068. OLE color: 757068.
HSL color Cylindrical-coordinate representation of color #4C8D0B: hue angle of 90º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C8D0B is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 11 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.45 |
| HSL | 90º | 0.86% | 0.3% | - |
| HSV(B) | 90º | 0.92% | 0.55% | - |
| XYZ | 12.57 | 20.61 | 3.63 | - |
| YUV | 106.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 11 | 0.46 | 0 | 0.92 | 0.45 | 90 | 0.86 | 0.3 |
| Hex | 4C | 8D | B | 2E | 0 | 5C | 2D | 5A | 56 | 1E |
| Octal | 114 | 215 | 13 | 56 | 0 | 134 | 55 | 132 | 126 | 36 |
| Binary | 1001100 | 10001101 | 1011 | 101110 | 0 | 1011100 | 101101 | 1011010 | 1010110 | 11110 |
Color Harmonies of #4C8D0B
Complementary color
Monochromatic Colors of #4C8D0B
Black with #4C8D0B
Text Example
Text Example
White with #4C8D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D0B; }
p { color: rgb(76,141,11); }
H1.HeaderClassName
{
color: #4C8D0B;
}
.AnyTagClassName
{
color: #4C8D0B;
}
</style>
background-color css
<style>
a { background-color: #4C8D0B; }
a { background-color: rgb(76,141,11); }
div.DivClassName
{
background-color: #4C8D0B;
}
.BgClassName
{
background-color: #4C8D0B;
}
</style>
border-color css
<style>
span { border-color: #4C8D0B; }
span { border-color: rgb(76,141,11); }
td.TdClassName
{
border-color: #4C8D0B;
}
.TagClassName
{
border-color: #4C8D0B;
}
</style>