#7ED090

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

Shades of De York #7ED090

Tints of De York #7ED090

Color information

#7ED090 (or 0x7ED090) is unknown color: approx De York. HEX triplet: 7E, D0 and 90. RGB value is (126,208,144). Sum of RGB (Red+Green+Blue) = 126+208+144=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED090 is #812F6F. Grayscale: #B0B0B0. Windows color (decimal): -8466288 or 9490558. OLE color: 9490558.

HSL color Cylindrical-coordinate representation of color #7ED090: hue angle of 133.17º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED090 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB126208144-
CMYK0.3900.310.18
HSL133.17º46.59%65.49%-
HSV(B)133.17º39.42%81.57%-
XYZ36.1951.5634.43-
YUV176.19109.8392.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=26.36%
G=43.51%
B=30.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081440.3900.310.18133.1746.5965.49
Hex7ED0902701F12852f41
Octal176320220470372220557101
Binary1111110110100001001000010011101111110010100001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,208,144); }

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

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

 a { background-color: rgb(126,208,144); }

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

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

 span { border-color: rgb(126,208,144); }

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