#7ECF8A

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

Shades of De York #7ECF8A

Tints of De York #7ECF8A

Color information

#7ECF8A (or 0x7ECF8A) is unknown color: approx De York. HEX triplet: 7E, CF and 8A. RGB value is (126,207,138). Sum of RGB (Red+Green+Blue) = 126+207+138=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF8A is #813075. Grayscale: #AFAFAF. Windows color (decimal): -8466550 or 9097086. OLE color: 9097086.

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

Color convert

RGB126207138-
CMYK0.3900.330.19
HSL128.89º45.76%65.29%-
HSV(B)128.89º39.13%81.18%-
XYZ35.550.932-
YUV174.92107.1693.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.75%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=26.75%
G=43.95%
B=29.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071380.3900.330.19128.8945.7665.29
Hex7ECF8A2702113812e41
Octal176317212470412320156101
Binary11111101100111110001010100111010000110011100000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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