#8DD889

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

Shades of De York #8DD889

Tints of De York #8DD889

Color information

#8DD889 (or 0x8DD889) is unknown color: approx De York. HEX triplet: 8D, D8 and 89. RGB value is (141,216,137). Sum of RGB (Red+Green+Blue) = 141+216+137=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD889 is #722776. Grayscale: #B8B8B8. Windows color (decimal): -7481207 or 9033869. OLE color: 9033869.

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

Color convert

RGB141216137-
CMYK0.3500.370.15
HSL116.96º50.32%69.22%-
HSV(B)116.96º36.57%84.71%-
XYZ40.0656.5832.48-
YUV184.57101.1596.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=28.54%
G=43.72%
B=27.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161370.3500.370.15116.9650.3269.22
Hex8DD88923025F753245
Octal215330211430451716562105
Binary1000110111011000100010011000110100101111111101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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