#7ECF8C

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

Shades of De York #7ECF8C

Tints of De York #7ECF8C

Color information

#7ECF8C (or 0x7ECF8C) is unknown color: approx De York. HEX triplet: 7E, CF and 8C. RGB value is (126,207,140). Sum of RGB (Red+Green+Blue) = 126+207+140=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF8C is #813073. Grayscale: #AFAFAF. Windows color (decimal): -8466548 or 9228158. OLE color: 9228158.

HSL color Cylindrical-coordinate representation of color #7ECF8C: hue angle of 130.37º 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 #7ECF8C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB126207140-
CMYK0.3900.320.19
HSL130.37º45.76%65.29%-
HSV(B)130.37º39.13%81.18%-
XYZ35.6550.9532.77-
YUV175.14108.1692.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=26.64%
G=43.76%
B=29.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071400.3900.320.19130.3745.7665.29
Hex7ECF8C2702013822e41
Octal176317214470402320256101
Binary11111101100111110001100100111010000010011100000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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