#8EC980

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

Shades of De York #8EC980

Tints of De York #8EC980

Color information

#8EC980 (or 0x8EC980) is unknown color: approx De York. HEX triplet: 8E, C9 and 80. RGB value is (142,201,128). Sum of RGB (Red+Green+Blue) = 142+201+128=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC980 is #71367F. Grayscale: #AFAFAF. Windows color (decimal): -7419520 or 8440206. OLE color: 8440206.

HSL color Cylindrical-coordinate representation of color #8EC980: hue angle of 108.49º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC980 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB142201128-
CMYK0.2900.360.21
HSL108.49º40.33%64.51%-
HSV(B)108.49º36.32%78.82%-
XYZ35.9449.0828-
YUV175.04101.45104.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=30.15%
G=42.68%
B=27.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011280.2900.360.21108.4940.3364.51
Hex8EC9801D024156c2841
Octal216311200350442515450101
Binary1000111011001001100000001110101001001010111011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,128); }

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

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

 a { background-color: rgb(142,201,128); }

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

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

 span { border-color: rgb(142,201,128); }

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