#8DCA8B

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

Shades of De York #8DCA8B

Tints of De York #8DCA8B

Color information

#8DCA8B (or 0x8DCA8B) is unknown color: approx De York. HEX triplet: 8D, CA and 8B. RGB value is (141,202,139). Sum of RGB (Red+Green+Blue) = 141+202+139=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA8B is #723574. Grayscale: #B0B0B0. Windows color (decimal): -7484789 or 9161357. OLE color: 9161357.

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

Color convert

RGB141202139-
CMYK0.3000.310.21
HSL118.1º37.28%66.86%-
HSV(B)118.1º31.19%79.22%-
XYZ36.7749.7732.09-
YUV176.58106.79102.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=29.25%
G=41.91%
B=28.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021390.3000.310.21118.137.2866.86
Hex8DCA8B1E01F15762543
Octal215312213360372516645103
Binary100011011100101010001011111100111111010111101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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