Shades of Vida Loca #4F9021
Tints of Vida Loca #4F9021
RGB
CMYK
RGB Variations
Color information
#4F9021 (or 0x4F9021) is known color: Vida Loca. HEX triplet: 4F, 90 and 21. RGB value is (79,144,33). Sum of RGB (Red+Green+Blue) = 79+144+33=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9021 is #B06FDE. Grayscale: #707070. Windows color (decimal): -11562975 or 2199631. OLE color: 2199631.
HSL color Cylindrical-coordinate representation of color #4F9021: hue angle of 95.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F9021 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 33 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.44 |
| HSL | 95.14º | 0.63% | 0.35% | - |
| HSV(B) | 95.14º | 0.77% | 0.56% | - |
| XYZ | 13.47 | 21.72 | 4.92 | - |
| YUV | 111.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 33 | 0.45 | 0 | 0.77 | 0.44 | 95.14 | 0.63 | 0.35 |
| Hex | 4F | 90 | 21 | 2D | 0 | 4D | 2C | 5F | 3F | 23 |
| Octal | 117 | 220 | 41 | 55 | 0 | 115 | 54 | 137 | 77 | 43 |
| Binary | 1001111 | 10010000 | 100001 | 101101 | 0 | 1001101 | 101100 | 1011111 | 111111 | 100011 |
Color Harmonies of #4F9021
Complementary color
Monochromatic Colors of #4F9021
Black with #4F9021
Text Example
Text Example
White with #4F9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9021; }
p { color: rgb(79,144,33); }
H1.HeaderClassName
{
color: #4F9021;
}
.AnyTagClassName
{
color: #4F9021;
}
</style>
background-color css
<style>
a { background-color: #4F9021; }
a { background-color: rgb(79,144,33); }
div.DivClassName
{
background-color: #4F9021;
}
.BgClassName
{
background-color: #4F9021;
}
</style>
border-color css
<style>
span { border-color: #4F9021; }
span { border-color: rgb(79,144,33); }
td.TdClassName
{
border-color: #4F9021;
}
.TagClassName
{
border-color: #4F9021;
}
</style>