#7ED186

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

Shades of De York #7ED186

Tints of De York #7ED186

Color information

#7ED186 (or 0x7ED186) is unknown color: approx De York. HEX triplet: 7E, D1 and 86. RGB value is (126,209,134). Sum of RGB (Red+Green+Blue) = 126+209+134=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED186 is #812E79. Grayscale: #AFAFAF. Windows color (decimal): -8466042 or 8835454. OLE color: 8835454.

HSL color Cylindrical-coordinate representation of color #7ED186: hue angle of 125.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED186 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB126209134-
CMYK0.4000.360.18
HSL125.78º47.43%65.69%-
HSV(B)125.78º39.71%81.96%-
XYZ35.7151.7630.66-
YUV175.63104.592.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=26.87%
G=44.56%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262091340.4000.360.18125.7847.4365.69
Hex7ED18628024127e2f42
Octal176321206500442217657102
Binary1111110110100011000011010100001001001001011111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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