#7EDA86

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

Shades of De York #7EDA86

Tints of De York #7EDA86

Color information

#7EDA86 (or 0x7EDA86) is unknown color: approx De York. HEX triplet: 7E, DA and 86. RGB value is (126,218,134). Sum of RGB (Red+Green+Blue) = 126+218+134=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA86 is #812579. Grayscale: #B5B5B5. Windows color (decimal): -8463738 or 8837758. OLE color: 8837758.

HSL color Cylindrical-coordinate representation of color #7EDA86: hue angle of 125.22º 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 #7EDA86 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB126218134-
CMYK0.4200.390.15
HSL125.22º55.42%67.45%-
HSV(B)125.22º42.2%85.49%-
XYZ37.9856.331.42-
YUV180.92101.5288.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 218 (85.55% from 255) = 45.61%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=26.36%
G=45.61%
B=28.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181340.4200.390.15125.2255.4267.45
Hex7EDA862A027F7d3743
Octal176332206520471717567103
Binary111111011011010100001101010100100111111111111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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