#7EC506

Color #7EC506 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EC506

Tints of Lima #7EC506

Color information

#7EC506 (or 0x7EC506) is unknown color: approx Lima. HEX triplet: 7E, C5 and 06. RGB value is (126,197,6). Sum of RGB (Red+Green+Blue) = 126+197+6=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC506 is #813AF9. Grayscale: #9A9A9A. Windows color (decimal): -8469242 or 443774. OLE color: 443774.

HSL color Cylindrical-coordinate representation of color #7EC506: hue angle of 82.3º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EC506 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1261976-
CMYK0.3600.970.23
HSL82.3º94.09%39.8%-
HSV(B)82.3º96.95%77.25%-
XYZ28.644.387.23-
YUV15444.48108.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=38.30%
G=59.88%
B=1.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12619760.3600.970.2382.394.0939.8
Hex7EC562406117525e28
Octal17630564401412712213650
Binary111111011000101110100100011000011011110100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EC506; }

 p { color: rgb(126,197,6); }

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

<style>
 a { background-color: #7EC506; }

 a { background-color: rgb(126,197,6); }

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

<style>
 span { border-color: #7EC506; }

 span { border-color: rgb(126,197,6); }

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