#8ECF8E

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

Shades of De York #8ECF8E

Tints of De York #8ECF8E

Color information

#8ECF8E (or 0x8ECF8E) is unknown color: approx De York. HEX triplet: 8E, CF and 8E. RGB value is (142,207,142). Sum of RGB (Red+Green+Blue) = 142+207+142=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF8E is #713071. Grayscale: #B4B4B4. Windows color (decimal): -7417970 or 9359246. OLE color: 9359246.

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

Color convert

RGB142207142-
CMYK0.3100.310.19
HSL120º40.37%68.43%-
HSV(B)120º31.4%81.18%-
XYZ38.3552.3333.67-
YUV180.15106.47100.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=28.92%
G=42.16%
B=28.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071420.3100.310.1912040.3768.43
Hex8ECF8E1F01F13782844
Octal216317216370372317050104
Binary100011101100111110001110111110111111001111110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,142); }

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

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

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

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

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

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

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