#8DD890

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

Shades of De York #8DD890

Tints of De York #8DD890

Color information

#8DD890 (or 0x8DD890) is unknown color: approx De York. HEX triplet: 8D, D8 and 90. RGB value is (141,216,144). Sum of RGB (Red+Green+Blue) = 141+216+144=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD890 is #72276F. Grayscale: #B9B9B9. Windows color (decimal): -7481200 or 9492621. OLE color: 9492621.

HSL color Cylindrical-coordinate representation of color #8DD890: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD890 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB141216144-
CMYK0.3500.330.15
HSL122.4º49.02%70%-
HSV(B)122.4º34.72%84.71%-
XYZ40.5756.7935.21-
YUV185.37104.6596.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=28.14%
G=43.11%
B=28.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161440.3500.330.15122.449.0270
Hex8DD89023021F7a3146
Octal215330220430411717261106
Binary1000110111011000100100001000110100001111111110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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