#7EDA8C

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

Shades of De York #7EDA8C

Tints of De York #7EDA8C

Color information

#7EDA8C (or 0x7EDA8C) is unknown color: approx De York. HEX triplet: 7E, DA and 8C. RGB value is (126,218,140). Sum of RGB (Red+Green+Blue) = 126+218+140=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA8C is #812573. Grayscale: #B5B5B5. Windows color (decimal): -8463732 or 9230974. OLE color: 9230974.

HSL color Cylindrical-coordinate representation of color #7EDA8C: hue angle of 129.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDA8C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB126218140-
CMYK0.4200.360.15
HSL129.13º55.42%67.45%-
HSV(B)129.13º42.2%85.49%-
XYZ38.4156.4733.69-
YUV181.6104.5288.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=26.03%
G=45.04%
B=28.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181400.4200.360.15129.1355.4267.45
Hex7EDA8C2A024F813743
Octal176332214520441720167103
Binary1111110110110101000110010101001001001111100000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,140); }

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

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

 a { background-color: rgb(126,218,140); }

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

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

 span { border-color: rgb(126,218,140); }

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