#8DC990

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

Shades of De York #8DC990

Tints of De York #8DC990

Color information

#8DC990 (or 0x8DC990) is unknown color: approx De York. HEX triplet: 8D, C9 and 90. RGB value is (141,201,144). Sum of RGB (Red+Green+Blue) = 141+201+144=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC990 is #72366F. Grayscale: #B0B0B0. Windows color (decimal): -7485040 or 9488781. OLE color: 9488781.

HSL color Cylindrical-coordinate representation of color #8DC990: hue angle of 123º 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 #8DC990 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB141201144-
CMYK0.3000.280.21
HSL123º35.71%67.06%-
HSV(B)123º29.85%78.82%-
XYZ36.9149.4533.99-
YUV176.56109.62102.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=29.01%
G=41.36%
B=29.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412011440.3000.280.2112335.7167.06
Hex8DC9901E01C157b2443
Octal215311220360342517344103
Binary100011011100100110010000111100111001010111110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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