Shades of Vida Loca #4B7F03
Tints of Vida Loca #4B7F03
RGB
CMYK
RGB Variations
Color information
#4B7F03 (or 0x4B7F03) is known color: Vida Loca. HEX triplet: 4B, 7F and 03. RGB value is (75,127,3). Sum of RGB (Red+Green+Blue) = 75+127+3=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7F03 is #B480FC. Grayscale: #616161. Windows color (decimal): -11829501 or 229195. OLE color: 229195.
HSL color Cylindrical-coordinate representation of color #4B7F03: hue angle of 85.16º degrees, saturation: 0.95, 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 #4B7F03 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.50 |
| HSL | 85.16º | 0.95% | 0.25% | - |
| HSV(B) | 85.16º | 0.98% | 0.5% | - |
| XYZ | 10.51 | 16.68 | 2.75 | - |
| YUV | 97.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 3 | 0.41 | 0 | 0.98 | 0.50 | 85.16 | 0.95 | 0.25 |
| Hex | 4B | 7F | 3 | 29 | 0 | 62 | 32 | 55 | 5F | 19 |
| Octal | 113 | 177 | 3 | 51 | 0 | 142 | 62 | 125 | 137 | 31 |
| Binary | 1001011 | 1111111 | 11 | 101001 | 0 | 1100010 | 110010 | 1010101 | 1011111 | 11001 |
Color Harmonies of #4B7F03
Complementary color
Monochromatic Colors of #4B7F03
Black with #4B7F03
Text Example
Text Example
White with #4B7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F03; }
p { color: rgb(75,127,3); }
H1.HeaderClassName
{
color: #4B7F03;
}
.AnyTagClassName
{
color: #4B7F03;
}
</style>
background-color css
<style>
a { background-color: #4B7F03; }
a { background-color: rgb(75,127,3); }
div.DivClassName
{
background-color: #4B7F03;
}
.BgClassName
{
background-color: #4B7F03;
}
</style>
border-color css
<style>
span { border-color: #4B7F03; }
span { border-color: rgb(75,127,3); }
td.TdClassName
{
border-color: #4B7F03;
}
.TagClassName
{
border-color: #4B7F03;
}
</style>