#4F8E07

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

Shades of Vida Loca #4F8E07

Tints of Vida Loca #4F8E07

Color information

#4F8E07 (or 0x4F8E07) is unknown color: approx Vida Loca. HEX triplet: 4F, 8E and 07. RGB value is (79,142,7). Sum of RGB (Red+Green+Blue) = 79+142+7=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8E07 is #B071F8. Grayscale: #6C6C6C. Windows color (decimal): -11563513 or 495183. OLE color: 495183.

HSL color Cylindrical-coordinate representation of color #4F8E07: hue angle of 88º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F8E07 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB791427-
CMYK0.4400.950.44
HSL88º90.6%29.22%-
HSV(B)88º95.07%55.69%-
XYZ12.9421.023.58-
YUV107.7771.13107.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 142 (55.86% from 255) = 62.28%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=34.65%
G=62.28%
B=3.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7914270.4400.950.448890.629.22
Hex4F8E72C05F2C585b1d
Octal11721675401375413013335
Binary100111110001110111101100010111111011001011000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,7); }

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

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

 a { background-color: rgb(79,142,7); }

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

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

 span { border-color: rgb(79,142,7); }

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