#8DC994

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

Shades of De York #8DC994

Tints of De York #8DC994

Color information

#8DC994 (or 0x8DC994) is unknown color: approx De York. HEX triplet: 8D, C9 and 94. RGB value is (141,201,148). Sum of RGB (Red+Green+Blue) = 141+201+148=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC994 is #72366B. Grayscale: #B1B1B1. Windows color (decimal): -7485036 or 9750925. OLE color: 9750925.

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

Color convert

RGB141201148-
CMYK0.3000.260.21
HSL127º35.71%67.06%-
HSV(B)127º29.85%78.82%-
XYZ37.2249.5735.62-
YUV177.02111.62102.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=28.78%
G=41.02%
B=30.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412011480.3000.260.2112735.7167.06
Hex8DC9941E01A157f2443
Octal215311224360322517744103
Binary100011011100100110010100111100110101010111111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,148); }

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

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

 a { background-color: rgb(141,201,148); }

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

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

 span { border-color: rgb(141,201,148); }

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