#4E880F

Color #4E880F Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #4E880F

Tints of Vida Loca #4E880F

Color information

#4E880F (or 0x4E880F) is unknown color: approx Vida Loca. HEX triplet: 4E, 88 and 0F. RGB value is (78,136,15). Sum of RGB (Red+Green+Blue) = 78+136+15=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #4E880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E880F is #B177F0. Grayscale: #696969. Windows color (decimal): -11630577 or 1017934. OLE color: 1017934.

HSL color Cylindrical-coordinate representation of color #4E880F: hue angle of 88.76º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E880F is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB7813615-
CMYK0.4300.890.47
HSL88.76º80.13%29.61%-
HSV(B)88.76º88.97%53.33%-
XYZ12.0319.263.54-
YUV104.8677.28108.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 136 (53.52% from 255) = 59.39%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=34.06%
G=59.39%
B=6.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78136150.4300.890.4788.7680.1329.61
Hex4E88F2B0592F59501e
Octal116210175301315713112036
Binary1001110100010001111101011010110011011111011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E880F; }

 p { color: rgb(78,136,15); }

 H1.HeaderClassName
 {
   color: #4E880F;
 }
 .AnyTagClassName
 {
   color: #4E880F;
 }
</style>
background-color css

<style>
 a { background-color: #4E880F; }

 a { background-color: rgb(78,136,15); }

 div.DivClassName
 {
   background-color: #4E880F;
 }
 .BgClassName
 {
   background-color: #4E880F;
 }
</style>
border-color css

<style>
 span { border-color: #4E880F; }

 span { border-color: rgb(78,136,15); }

 td.TdClassName
 {
   border-color: #4E880F;
 }
 .TagClassName
 {
   border-color: #4E880F;
 }
</style>