#8CD984

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

Shades of De York #8CD984

Tints of De York #8CD984

Color information

#8CD984 (or 0x8CD984) is unknown color: approx De York. HEX triplet: 8C, D9 and 84. RGB value is (140,217,132). Sum of RGB (Red+Green+Blue) = 140+217+132=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD984 is #73267B. Grayscale: #B8B8B8. Windows color (decimal): -7546492 or 8706444. OLE color: 8706444.

HSL color Cylindrical-coordinate representation of color #8CD984: hue angle of 114.35º 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 #8CD984 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB140217132-
CMYK0.3500.390.15
HSL114.35º52.8%68.43%-
HSV(B)114.35º39.17%85.1%-
XYZ39.7956.8730.71-
YUV184.2998.4996.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=28.63%
G=44.38%
B=26.99%

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
Decimal1402171320.3500.390.15114.3552.868.43
Hex8CD98423027F723544
Octal214331204430471716265104
Binary1000110011011001100001001000110100111111111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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