Shades of Vida Loca #4C870E
Tints of Vida Loca #4C870E
RGB
CMYK
RGB Variations
Color information
#4C870E (or 0x4C870E) is known color: Vida Loca. HEX triplet: 4C, 87 and 0E. RGB value is (76,135,14). Sum of RGB (Red+Green+Blue) = 76+135+14=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #4C870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C870E is #B378F1. Grayscale: #676767. Windows color (decimal): -11761906 or 952140. OLE color: 952140.
HSL color Cylindrical-coordinate representation of color #4C870E: hue angle of 89.26º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C870E is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 14 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.47 |
| HSL | 89.26º | 0.81% | 0.29% | - |
| HSV(B) | 89.26º | 0.9% | 0.53% | - |
| XYZ | 11.72 | 18.9 | 3.44 | - |
| YUV | 103.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 14 | 0.44 | 0 | 0.90 | 0.47 | 89.26 | 0.81 | 0.29 |
| Hex | 4C | 87 | E | 2C | 0 | 5A | 2F | 59 | 51 | 1D |
| Octal | 114 | 207 | 16 | 54 | 0 | 132 | 57 | 131 | 121 | 35 |
| Binary | 1001100 | 10000111 | 1110 | 101100 | 0 | 1011010 | 101111 | 1011001 | 1010001 | 11101 |
Color Harmonies of #4C870E
Complementary color
Monochromatic Colors of #4C870E
Black with #4C870E
Text Example
Text Example
White with #4C870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C870E; }
p { color: rgb(76,135,14); }
H1.HeaderClassName
{
color: #4C870E;
}
.AnyTagClassName
{
color: #4C870E;
}
</style>
background-color css
<style>
a { background-color: #4C870E; }
a { background-color: rgb(76,135,14); }
div.DivClassName
{
background-color: #4C870E;
}
.BgClassName
{
background-color: #4C870E;
}
</style>
border-color css
<style>
span { border-color: #4C870E; }
span { border-color: rgb(76,135,14); }
td.TdClassName
{
border-color: #4C870E;
}
.TagClassName
{
border-color: #4C870E;
}
</style>