#7ECD8A

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

Shades of De York #7ECD8A

Tints of De York #7ECD8A

Color information

#7ECD8A (or 0x7ECD8A) is unknown color: approx De York. HEX triplet: 7E, CD and 8A. RGB value is (126,205,138). Sum of RGB (Red+Green+Blue) = 126+205+138=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECD8A is #813275. Grayscale: #ADADAD. Windows color (decimal): -8467062 or 9096574. OLE color: 9096574.

HSL color Cylindrical-coordinate representation of color #7ECD8A: hue angle of 129.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECD8A is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB126205138-
CMYK0.3900.330.20
HSL129.11º44.13%64.9%-
HSV(B)129.11º38.54%80.39%-
XYZ35.0249.9331.84-
YUV173.74107.8393.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=26.87%
G=43.71%
B=29.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051380.3900.330.20129.1144.1364.9
Hex7ECD8A2702114812c41
Octal176315212470412420154101
Binary11111101100110110001010100111010000110100100000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,138); }

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

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

 a { background-color: rgb(126,205,138); }

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

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

 span { border-color: rgb(126,205,138); }

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