#7ED986

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

Shades of De York #7ED986

Tints of De York #7ED986

Color information

#7ED986 (or 0x7ED986) is unknown color: approx De York. HEX triplet: 7E, D9 and 86. RGB value is (126,217,134). Sum of RGB (Red+Green+Blue) = 126+217+134=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED986 is #812679. Grayscale: #B4B4B4. Windows color (decimal): -8463994 or 8837502. OLE color: 8837502.

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

Color convert

RGB126217134-
CMYK0.4200.380.15
HSL125.27º54.49%67.25%-
HSV(B)125.27º41.94%85.1%-
XYZ37.7255.7831.33-
YUV180.33101.8589.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=26.42%
G=45.49%
B=28.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262171340.4200.380.15125.2754.4967.25
Hex7ED9862A026F7d3643
Octal176331206520461717566103
Binary111111011011001100001101010100100110111111111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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