#8DC886

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

Shades of De York #8DC886

Tints of De York #8DC886

Color information

#8DC886 (or 0x8DC886) is unknown color: approx De York. HEX triplet: 8D, C8 and 86. RGB value is (141,200,134). Sum of RGB (Red+Green+Blue) = 141+200+134=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC886 is #723779. Grayscale: #AFAFAF. Windows color (decimal): -7485306 or 8833165. OLE color: 8833165.

HSL color Cylindrical-coordinate representation of color #8DC886: hue angle of 113.64º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DC886 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB141200134-
CMYK0.2900.330.22
HSL113.64º37.5%65.49%-
HSV(B)113.64º33%78.43%-
XYZ35.9448.6930.06-
YUV174.84104.95103.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=29.68%
G=42.11%
B=28.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001340.2900.330.22113.6437.565.49
Hex8DC8861D02116722641
Octal215310206350412616246101
Binary1000110111001000100001101110101000011011011100101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,134); }

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

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

 a { background-color: rgb(141,200,134); }

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

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

 span { border-color: rgb(141,200,134); }

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