Shades of Vida Loca #4C7F02
Tints of Vida Loca #4C7F02
RGB
CMYK
RGB Variations
Color information
#4C7F02 (or 0x4C7F02) is known color: Vida Loca. HEX triplet: 4C, 7F and 02. RGB value is (76,127,2). Sum of RGB (Red+Green+Blue) = 76+127+2=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7F02 is #B380FD. Grayscale: #616161. Windows color (decimal): -11763966 or 163660. OLE color: 163660.
HSL color Cylindrical-coordinate representation of color #4C7F02: hue angle of 84.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C7F02 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 127 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.50 |
| HSL | 84.48º | 0.97% | 0.25% | - |
| HSV(B) | 84.48º | 0.98% | 0.5% | - |
| XYZ | 10.58 | 16.72 | 2.73 | - |
| YUV | 97.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 2 | 0.40 | 0 | 0.98 | 0.50 | 84.48 | 0.97 | 0.25 |
| Hex | 4C | 7F | 2 | 28 | 0 | 62 | 32 | 54 | 61 | 19 |
| Octal | 114 | 177 | 2 | 50 | 0 | 142 | 62 | 124 | 141 | 31 |
| Binary | 1001100 | 1111111 | 10 | 101000 | 0 | 1100010 | 110010 | 1010100 | 1100001 | 11001 |
Color Harmonies of #4C7F02
Complementary color
Monochromatic Colors of #4C7F02
Black with #4C7F02
Text Example
Text Example
White with #4C7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F02; }
p { color: rgb(76,127,2); }
H1.HeaderClassName
{
color: #4C7F02;
}
.AnyTagClassName
{
color: #4C7F02;
}
</style>
background-color css
<style>
a { background-color: #4C7F02; }
a { background-color: rgb(76,127,2); }
div.DivClassName
{
background-color: #4C7F02;
}
.BgClassName
{
background-color: #4C7F02;
}
</style>
border-color css
<style>
span { border-color: #4C7F02; }
span { border-color: rgb(76,127,2); }
td.TdClassName
{
border-color: #4C7F02;
}
.TagClassName
{
border-color: #4C7F02;
}
</style>