#4E830F

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

Shades of Vida Loca #4E830F

Tints of Vida Loca #4E830F

Color information

#4E830F (or 0x4E830F) is unknown color: approx Vida Loca. HEX triplet: 4E, 83 and 0F. RGB value is (78,131,15). Sum of RGB (Red+Green+Blue) = 78+131+15=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #4E830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E830F is #B17CF0. Grayscale: #666666. Windows color (decimal): -11631857 or 1016654. OLE color: 1016654.

HSL color Cylindrical-coordinate representation of color #4E830F: hue angle of 87.41º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E830F is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB7813115-
CMYK0.4000.890.49
HSL87.41º79.45%28.63%-
HSV(B)87.41º88.55%51.37%-
XYZ11.3417.893.31-
YUV101.9378.94110.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.82%
GREEN value IS 131 (51.56% from 255) = 58.48%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=34.82%
G=58.48%
B=6.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78131150.4000.890.4987.4179.4528.63
Hex4E83F2805931574f1d
Octal116203175001316112711735
Binary1001110100000111111101000010110011100011010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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