#8ECE8B

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

Shades of De York #8ECE8B

Tints of De York #8ECE8B

Color information

#8ECE8B (or 0x8ECE8B) is unknown color: approx De York. HEX triplet: 8E, CE and 8B. RGB value is (142,206,139). Sum of RGB (Red+Green+Blue) = 142+206+139=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8B is #713174. Grayscale: #B3B3B3. Windows color (decimal): -7418229 or 9162382. OLE color: 9162382.

HSL color Cylindrical-coordinate representation of color #8ECE8B: hue angle of 117.31º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECE8B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB142206139-
CMYK0.3100.330.19
HSL117.31º40.61%67.65%-
HSV(B)117.31º32.52%80.78%-
XYZ37.8951.7632.42-
YUV179.23105.3101.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=29.16%
G=42.30%
B=28.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061390.3100.330.19117.3140.6167.65
Hex8ECE8B1F02113752944
Octal216316213370412316551104
Binary1000111011001110100010111111101000011001111101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,206,139); }

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

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

 a { background-color: rgb(142,206,139); }

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

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

 span { border-color: rgb(142,206,139); }

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