Shades of Vida Loca #4F8509
Tints of Vida Loca #4F8509
RGB
CMYK
RGB Variations
Color information
#4F8509 (or 0x4F8509) is known color: Vida Loca. HEX triplet: 4F, 85 and 09. RGB value is (79,133,9). Sum of RGB (Red+Green+Blue) = 79+133+9=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8509 is #B07AF6. Grayscale: #676767. Windows color (decimal): -11565815 or 623951. OLE color: 623951.
HSL color Cylindrical-coordinate representation of color #4F8509: hue angle of 86.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F8509 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 9 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.48 |
| HSL | 86.13º | 0.87% | 0.28% | - |
| HSV(B) | 86.13º | 0.93% | 0.52% | - |
| XYZ | 11.66 | 18.46 | 3.21 | - |
| YUV | 102.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 9 | 0.41 | 0 | 0.93 | 0.48 | 86.13 | 0.87 | 0.28 |
| Hex | 4F | 85 | 9 | 29 | 0 | 5D | 30 | 56 | 57 | 1C |
| Octal | 117 | 205 | 11 | 51 | 0 | 135 | 60 | 126 | 127 | 34 |
| Binary | 1001111 | 10000101 | 1001 | 101001 | 0 | 1011101 | 110000 | 1010110 | 1010111 | 11100 |
Color Harmonies of #4F8509
Complementary color
Monochromatic Colors of #4F8509
Black with #4F8509
Text Example
Text Example
White with #4F8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8509; }
p { color: rgb(79,133,9); }
H1.HeaderClassName
{
color: #4F8509;
}
.AnyTagClassName
{
color: #4F8509;
}
</style>
background-color css
<style>
a { background-color: #4F8509; }
a { background-color: rgb(79,133,9); }
div.DivClassName
{
background-color: #4F8509;
}
.BgClassName
{
background-color: #4F8509;
}
</style>
border-color css
<style>
span { border-color: #4F8509; }
span { border-color: rgb(79,133,9); }
td.TdClassName
{
border-color: #4F8509;
}
.TagClassName
{
border-color: #4F8509;
}
</style>