#8ECB95

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

Shades of De York #8ECB95

Tints of De York #8ECB95

Color information

#8ECB95 (or 0x8ECB95) is unknown color: approx De York. HEX triplet: 8E, CB and 95. RGB value is (142,203,149). Sum of RGB (Red+Green+Blue) = 142+203+149=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB95 is #71346A. Grayscale: #B2B2B2. Windows color (decimal): -7418987 or 9816974. OLE color: 9816974.

HSL color Cylindrical-coordinate representation of color #8ECB95: hue angle of 126.89º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECB95 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB142203149-
CMYK0.3000.270.20
HSL126.89º36.97%67.65%-
HSV(B)126.89º30.05%79.61%-
XYZ37.9450.6336.21-
YUV178.6111.29101.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=28.74%
G=41.09%
B=30.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031490.3000.270.20126.8936.9767.65
Hex8ECB951E01B147f2544
Octal216313225360332417745104
Binary100011101100101110010101111100110111010011111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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