#8ECB8C

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

Shades of De York #8ECB8C

Tints of De York #8ECB8C

Color information

#8ECB8C (or 0x8ECB8C) is unknown color: approx De York. HEX triplet: 8E, CB and 8C. RGB value is (142,203,140). Sum of RGB (Red+Green+Blue) = 142+203+140=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB8C is #713473. Grayscale: #B1B1B1. Windows color (decimal): -7418996 or 9227150. OLE color: 9227150.

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

Color convert

RGB142203140-
CMYK0.3000.310.20
HSL118.1º37.72%67.25%-
HSV(B)118.1º31.03%79.61%-
XYZ37.2450.3632.57-
YUV177.58106.79102.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=29.28%
G=41.86%
B=28.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031400.3000.310.20118.137.7267.25
Hex8ECB8C1E01F14762643
Octal216313214360372416646103
Binary100011101100101110001100111100111111010011101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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