#8DCE8E

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

Shades of De York #8DCE8E

Tints of De York #8DCE8E

Color information

#8DCE8E (or 0x8DCE8E) is unknown color: approx De York. HEX triplet: 8D, CE and 8E. RGB value is (141,206,142). Sum of RGB (Red+Green+Blue) = 141+206+142=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE8E is #723171. Grayscale: #B3B3B3. Windows color (decimal): -7483762 or 9358989. OLE color: 9358989.

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

Color convert

RGB141206142-
CMYK0.3200.310.19
HSL120.92º39.88%68.04%-
HSV(B)120.92º31.55%80.78%-
XYZ37.9451.7633.58-
YUV179.27106.97100.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=28.83%
G=42.13%
B=29.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061420.3200.310.19120.9239.8868.04
Hex8DCE8E2001F13792844
Octal215316216400372317150104
Binary1000110111001110100011101000000111111001111110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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