#8CD980

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

Shades of De York #8CD980

Tints of De York #8CD980

Color information

#8CD980 (or 0x8CD980) is unknown color: approx De York. HEX triplet: 8C, D9 and 80. RGB value is (140,217,128). Sum of RGB (Red+Green+Blue) = 140+217+128=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD980 is #73267F. Grayscale: #B8B8B8. Windows color (decimal): -7546496 or 8444300. OLE color: 8444300.

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

Color convert

RGB140217128-
CMYK0.3500.410.15
HSL111.91º53.94%67.65%-
HSV(B)111.91º41.01%85.1%-
XYZ39.5256.7629.29-
YUV183.8396.4996.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=28.87%
G=44.74%
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
Decimal1402171280.3500.410.15111.9153.9467.65
Hex8CD98023029F703644
Octal214331200430511716066104
Binary1000110011011001100000001000110101001111111100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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