#7EC180

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

Shades of De York #7EC180

Tints of De York #7EC180

Color information

#7EC180 (or 0x7EC180) is unknown color: approx De York. HEX triplet: 7E, C1 and 80. RGB value is (126,193,128). Sum of RGB (Red+Green+Blue) = 126+193+128=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC180 is #813E7F. Grayscale: #A5A5A5. Windows color (decimal): -8470144 or 8438142. OLE color: 8438142.

HSL color Cylindrical-coordinate representation of color #7EC180: hue angle of 121.79º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC180 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB126193128-
CMYK0.3500.340.24
HSL121.79º35.08%62.55%-
HSV(B)121.79º34.72%75.69%-
XYZ31.5744.1327.28-
YUV165.56106.899.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=28.19%
G=43.18%
B=28.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261931280.3500.340.24121.7935.0862.55
Hex7EC18023022187a233f
Octal17630120043042301724377
Binary111111011000001100000001000110100010110001111010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,193,128); }

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

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

 a { background-color: rgb(126,193,128); }

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

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

 span { border-color: rgb(126,193,128); }

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