#8DC891

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

Shades of De York #8DC891

Tints of De York #8DC891

Color information

#8DC891 (or 0x8DC891) is unknown color: approx De York. HEX triplet: 8D, C8 and 91. RGB value is (141,200,145). Sum of RGB (Red+Green+Blue) = 141+200+145=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC891 is #72376E. Grayscale: #B0B0B0. Windows color (decimal): -7485295 or 9554061. OLE color: 9554061.

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

Color convert

RGB141200145-
CMYK0.2900.280.22
HSL124.07º34.91%66.86%-
HSV(B)124.07º29.5%78.43%-
XYZ36.7549.0234.31-
YUV176.09110.45102.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=29.01%
G=41.15%
B=29.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001450.2900.280.22124.0734.9166.86
Hex8DC8911D01C167c2343
Octal215310221350342617443103
Binary100011011100100010010001111010111001011011111001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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