#8DDA87

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

Shades of De York #8DDA87

Tints of De York #8DDA87

Color information

#8DDA87 (or 0x8DDA87) is unknown color: approx De York. HEX triplet: 8D, DA and 87. RGB value is (141,218,135). Sum of RGB (Red+Green+Blue) = 141+218+135=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA87 is #722578. Grayscale: #B9B9B9. Windows color (decimal): -7480697 or 8903309. OLE color: 8903309.

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

Color convert

RGB141218135-
CMYK0.3500.380.15
HSL115.66º52.87%69.22%-
HSV(B)115.66º38.07%85.49%-
XYZ40.4357.5531.9-
YUV185.5299.4996.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=28.54%
G=44.13%
B=27.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181350.3500.380.15115.6652.8769.22
Hex8DDA8723026F743545
Octal215332207430461716465105
Binary1000110111011010100001111000110100110111111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,135); }

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

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

 a { background-color: rgb(141,218,135); }

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

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

 span { border-color: rgb(141,218,135); }

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