#8DD984

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

Shades of De York #8DD984

Tints of De York #8DD984

Color information

#8DD984 (or 0x8DD984) is unknown color: approx De York. HEX triplet: 8D, D9 and 84. RGB value is (141,217,132). Sum of RGB (Red+Green+Blue) = 141+217+132=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD984 is #72267B. Grayscale: #B8B8B8. Windows color (decimal): -7480956 or 8706445. OLE color: 8706445.

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

Color convert

RGB141217132-
CMYK0.3500.390.15
HSL113.65º52.8%68.43%-
HSV(B)113.65º39.17%85.1%-
XYZ39.9656.9530.72-
YUV184.5998.3296.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=28.78%
G=44.29%
B=26.94%

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
Decimal1412171320.3500.390.15113.6552.868.43
Hex8DD98423027F723544
Octal215331204430471716265104
Binary1000110111011001100001001000110100111111111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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