Shades of Vida Loca #4B8702
Tints of Vida Loca #4B8702
RGB
CMYK
RGB Variations
Color information
#4B8702 (or 0x4B8702) is known color: Vida Loca. HEX triplet: 4B, 87 and 02. RGB value is (75,135,2). Sum of RGB (Red+Green+Blue) = 75+135+2=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8702 is #B478FD. Grayscale: #666666. Windows color (decimal): -11827454 or 165707. OLE color: 165707.
HSL color Cylindrical-coordinate representation of color #4B8702: hue angle of 87.07º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B8702 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.47 |
| HSL | 87.07º | 0.97% | 0.27% | - |
| HSV(B) | 87.07º | 0.99% | 0.53% | - |
| XYZ | 11.58 | 18.83 | 3.08 | - |
| YUV | 101.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 2 | 0.44 | 0 | 0.99 | 0.47 | 87.07 | 0.97 | 0.27 |
| Hex | 4B | 87 | 2 | 2C | 0 | 63 | 2F | 57 | 61 | 1B |
| Octal | 113 | 207 | 2 | 54 | 0 | 143 | 57 | 127 | 141 | 33 |
| Binary | 1001011 | 10000111 | 10 | 101100 | 0 | 1100011 | 101111 | 1010111 | 1100001 | 11011 |
Color Harmonies of #4B8702
Complementary color
Monochromatic Colors of #4B8702
Black with #4B8702
Text Example
Text Example
White with #4B8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8702; }
p { color: rgb(75,135,2); }
H1.HeaderClassName
{
color: #4B8702;
}
.AnyTagClassName
{
color: #4B8702;
}
</style>
background-color css
<style>
a { background-color: #4B8702; }
a { background-color: rgb(75,135,2); }
div.DivClassName
{
background-color: #4B8702;
}
.BgClassName
{
background-color: #4B8702;
}
</style>
border-color css
<style>
span { border-color: #4B8702; }
span { border-color: rgb(75,135,2); }
td.TdClassName
{
border-color: #4B8702;
}
.TagClassName
{
border-color: #4B8702;
}
</style>