#7ECE95

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

Shades of De York #7ECE95

Tints of De York #7ECE95

Color information

#7ECE95 (or 0x7ECE95) is unknown color: approx De York. HEX triplet: 7E, CE and 95. RGB value is (126,206,149). Sum of RGB (Red+Green+Blue) = 126+206+149=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE95 is #81316A. Grayscale: #AFAFAF. Windows color (decimal): -8466795 or 9817726. OLE color: 9817726.

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

Color convert

RGB126206149-
CMYK0.3900.280.19
HSL137.25º44.94%65.1%-
HSV(B)137.25º38.83%80.78%-
XYZ36.150.7536.33-
YUV175.5811392.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=26.20%
G=42.83%
B=30.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262061490.3900.280.19137.2544.9465.1
Hex7ECE952701C13892d41
Octal176316225470342321155101
Binary1111110110011101001010110011101110010011100010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,206,149); }

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

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

 a { background-color: rgb(126,206,149); }

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

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

 span { border-color: rgb(126,206,149); }

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