#8DD880

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

Shades of De York #8DD880

Tints of De York #8DD880

Color information

#8DD880 (or 0x8DD880) is unknown color: approx De York. HEX triplet: 8D, D8 and 80. RGB value is (141,216,128). Sum of RGB (Red+Green+Blue) = 141+216+128=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD880 is #72277F. Grayscale: #B7B7B7. Windows color (decimal): -7481216 or 8444045. OLE color: 8444045.

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

Color convert

RGB141216128-
CMYK0.3500.410.15
HSL111.14º53.01%67.45%-
HSV(B)111.14º40.74%84.71%-
XYZ39.4456.3329.22-
YUV183.5496.6597.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=29.07%
G=44.54%
B=26.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161280.3500.410.15111.1453.0167.45
Hex8DD88023029F6f3543
Octal215330200430511715765103
Binary1000110111011000100000001000110101001111111011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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