#8dca87

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

Shades of De York #8DCA87

Tints of De York #8DCA87

Color information

#8DCA87 (or 0x8DCA87) is unknown color: approx De York. HEX triplet: 8D, CA and 87. RGB value is (141,202,135). Sum of RGB (Red+Green+Blue) = 141+202+135=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA87 is #723578. Grayscale: #B0B0B0. Windows color (decimal): -7484793 or 8899213. OLE color: 8899213.

HSL color Cylindrical-coordinate representation of color #8DCA87: hue angle of 114.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DCA87 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB141202135-
CMYK0.3000.330.21
HSL114.63º38.73%66.08%-
HSV(B)114.63º33.17%79.22%-
XYZ36.4849.6530.58-
YUV176.12104.79102.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=29.50%
G=42.26%
B=28.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021350.3000.330.21114.6338.7366.08
Hex8DCA871E02115732742
Octal215312207360412516347102
Binary1000110111001010100001111111001000011010111100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dca87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,135); }

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

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

 a { background-color: rgb(141,202,135); }

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

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

 span { border-color: rgb(141,202,135); }

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