#8DCE8F

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

Shades of De York #8DCE8F

Tints of De York #8DCE8F

Color information

#8DCE8F (or 0x8DCE8F) is unknown color: approx De York. HEX triplet: 8D, CE and 8F. RGB value is (141,206,143). Sum of RGB (Red+Green+Blue) = 141+206+143=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE8F is #723170. Grayscale: #B3B3B3. Windows color (decimal): -7483761 or 9424525. OLE color: 9424525.

HSL color Cylindrical-coordinate representation of color #8DCE8F: hue angle of 121.85º 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 #8DCE8F is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB141206143-
CMYK0.3200.310.19
HSL121.85º39.88%68.04%-
HSV(B)121.85º31.55%80.78%-
XYZ38.0151.7933.98-
YUV179.38107.47100.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=28.78%
G=42.04%
B=29.18%

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
Decimal1412061430.3200.310.19121.8539.8868.04
Hex8DCE8F2001F137a2844
Octal215316217400372317250104
Binary1000110111001110100011111000000111111001111110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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