#8EC37F

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

Shades of De York #8EC37F

Tints of De York #8EC37F

Color information

#8EC37F (or 0x8EC37F) is unknown color: approx De York. HEX triplet: 8E, C3 and 7F. RGB value is (142,195,127). Sum of RGB (Red+Green+Blue) = 142+195+127=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC37F is #713C80. Grayscale: #ABABAB. Windows color (decimal): -7421057 or 8373134. OLE color: 8373134.

HSL color Cylindrical-coordinate representation of color #8EC37F: hue angle of 106.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC37F is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB142195127-
CMYK0.2700.350.24
HSL106.76º36.17%63.14%-
HSV(B)106.76º34.87%76.47%-
XYZ34.546.3127.2-
YUV171.4102.94107.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 127 (50% from 255) = 27.37%
R=30.60%
G=42.03%
B=27.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951270.2700.350.24106.7636.1763.14
Hex8EC37F1B023186b243f
Octal21630317733043301534477
Binary10001110110000111111111110110100011110001101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,127); }

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

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

 a { background-color: rgb(142,195,127); }

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

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

 span { border-color: rgb(142,195,127); }

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