#8DD985

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

Shades of De York #8DD985

Tints of De York #8DD985

Color information

#8DD985 (or 0x8DD985) is unknown color: approx De York. HEX triplet: 8D, D9 and 85. RGB value is (141,217,133). Sum of RGB (Red+Green+Blue) = 141+217+133=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD985 is #72267A. Grayscale: #B8B8B8. Windows color (decimal): -7480955 or 8771981. OLE color: 8771981.

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

Color convert

RGB141217133-
CMYK0.3500.390.15
HSL114.29º52.5%68.63%-
HSV(B)114.29º38.71%85.1%-
XYZ40.0356.9831.08-
YUV184.798.8296.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=28.72%
G=44.20%
B=27.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171330.3500.390.15114.2952.568.63
Hex8DD98523027F723545
Octal215331205430471716265105
Binary1000110111011001100001011000110100111111111100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,133); }

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

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

 a { background-color: rgb(141,217,133); }

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

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

 span { border-color: rgb(141,217,133); }

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