#4C850E

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

Shades of Vida Loca #4C850E

Tints of Vida Loca #4C850E

Color information

#4C850E (or 0x4C850E) is unknown color: approx Vida Loca. HEX triplet: 4C, 85 and 0E. RGB value is (76,133,14). Sum of RGB (Red+Green+Blue) = 76+133+14=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #4C850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C850E is #B37AF1. Grayscale: #666666. Windows color (decimal): -11762418 or 951628. OLE color: 951628.

HSL color Cylindrical-coordinate representation of color #4C850E: hue angle of 88.74º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C850E is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB7613314-
CMYK0.4300.890.48
HSL88.74º80.95%28.82%-
HSV(B)88.74º89.47%52.16%-
XYZ11.4518.343.35-
YUV102.3978.12109.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=34.08%
G=59.64%
B=6.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133140.4300.890.4888.7480.9528.82
Hex4C85E2B0593059511d
Octal114205165301316013112135
Binary1001100100001011110101011010110011100001011001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,133,14); }

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

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

 a { background-color: rgb(76,133,14); }

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

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

 span { border-color: rgb(76,133,14); }

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