#8DC884

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

Shades of De York #8DC884

Tints of De York #8DC884

Color information

#8DC884 (or 0x8DC884) is unknown color: approx De York. HEX triplet: 8D, C8 and 84. RGB value is (141,200,132). Sum of RGB (Red+Green+Blue) = 141+200+132=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC884 is #72377B. Grayscale: #AEAEAE. Windows color (decimal): -7485308 or 8702093. OLE color: 8702093.

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

Color convert

RGB141200132-
CMYK0.2900.340.22
HSL112.06º38.2%65.1%-
HSV(B)112.06º34%78.43%-
XYZ35.848.6429.33-
YUV174.61103.95104.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=29.81%
G=42.28%
B=27.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001320.2900.340.22112.0638.265.1
Hex8DC8841D02216702641
Octal215310204350422616046101
Binary1000110111001000100001001110101000101011011100001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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