#8ECD8C

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

Shades of De York #8ECD8C

Tints of De York #8ECD8C

Color information

#8ECD8C (or 0x8ECD8C) is unknown color: approx De York. HEX triplet: 8E, CD and 8C. RGB value is (142,205,140). Sum of RGB (Red+Green+Blue) = 142+205+140=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD8C is #713273. Grayscale: #B2B2B2. Windows color (decimal): -7418484 or 9227662. OLE color: 9227662.

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

Color convert

RGB142205140-
CMYK0.3100.320.20
HSL118.15º39.39%67.65%-
HSV(B)118.15º31.71%80.39%-
XYZ37.7251.3132.73-
YUV178.75106.13101.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=29.16%
G=42.09%
B=28.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051400.3100.320.20118.1539.3967.65
Hex8ECD8C1F02014762744
Octal216315214370402416647104
Binary1000111011001101100011001111101000001010011101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,140); }

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

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

 a { background-color: rgb(142,205,140); }

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

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

 span { border-color: rgb(142,205,140); }

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