Shades of Vida Loca #4D8B07
Tints of Vida Loca #4D8B07
RGB
CMYK
RGB Variations
Color information
#4D8B07 (or 0x4D8B07) is known color: Vida Loca. HEX triplet: 4D, 8B and 07. RGB value is (77,139,7). Sum of RGB (Red+Green+Blue) = 77+139+7=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8B07 is #B274F8. Grayscale: #696969. Windows color (decimal): -11695353 or 494413. OLE color: 494413.
HSL color Cylindrical-coordinate representation of color #4D8B07: hue angle of 88.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D8B07 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 7 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.45 |
| HSL | 88.18º | 0.9% | 0.29% | - |
| HSV(B) | 88.18º | 0.95% | 0.55% | - |
| XYZ | 12.33 | 20.06 | 3.42 | - |
| YUV | 105.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 7 | 0.45 | 0 | 0.95 | 0.45 | 88.18 | 0.9 | 0.29 |
| Hex | 4D | 8B | 7 | 2D | 0 | 5F | 2D | 58 | 5A | 1D |
| Octal | 115 | 213 | 7 | 55 | 0 | 137 | 55 | 130 | 132 | 35 |
| Binary | 1001101 | 10001011 | 111 | 101101 | 0 | 1011111 | 101101 | 1011000 | 1011010 | 11101 |
Color Harmonies of #4D8B07
Complementary color
Monochromatic Colors of #4D8B07
Black with #4D8B07
Text Example
Text Example
White with #4D8B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B07; }
p { color: rgb(77,139,7); }
H1.HeaderClassName
{
color: #4D8B07;
}
.AnyTagClassName
{
color: #4D8B07;
}
</style>
background-color css
<style>
a { background-color: #4D8B07; }
a { background-color: rgb(77,139,7); }
div.DivClassName
{
background-color: #4D8B07;
}
.BgClassName
{
background-color: #4D8B07;
}
</style>
border-color css
<style>
span { border-color: #4D8B07; }
span { border-color: rgb(77,139,7); }
td.TdClassName
{
border-color: #4D8B07;
}
.TagClassName
{
border-color: #4D8B07;
}
</style>