#8ECE8D

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

Shades of De York #8ECE8D

Tints of De York #8ECE8D

Color information

#8ECE8D (or 0x8ECE8D) is unknown color: approx De York. HEX triplet: 8E, CE and 8D. RGB value is (142,206,141). Sum of RGB (Red+Green+Blue) = 142+206+141=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8D is #713172. Grayscale: #B3B3B3. Windows color (decimal): -7418227 or 9293454. OLE color: 9293454.

HSL color Cylindrical-coordinate representation of color #8ECE8D: hue angle of 119.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECE8D is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB142206141-
CMYK0.3100.320.19
HSL119.08º39.88%68.04%-
HSV(B)119.08º31.55%80.78%-
XYZ38.0351.8233.2-
YUV179.45106.3101.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=29.04%
G=42.13%
B=28.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061410.3100.320.19119.0839.8868.04
Hex8ECE8D1F02013772844
Octal216316215370402316750104
Binary1000111011001110100011011111101000001001111101111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECE8D; }

 p { color: rgb(142,206,141); }

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

<style>
 a { background-color: #8ECE8D; }

 a { background-color: rgb(142,206,141); }

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

<style>
 span { border-color: #8ECE8D; }

 span { border-color: rgb(142,206,141); }

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