#8DCD80

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

Shades of De York #8DCD80

Tints of De York #8DCD80

Color information

#8DCD80 (or 0x8DCD80) is unknown color: approx De York. HEX triplet: 8D, CD and 80. RGB value is (141,205,128). Sum of RGB (Red+Green+Blue) = 141+205+128=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD80 is #72327F. Grayscale: #B1B1B1. Windows color (decimal): -7484032 or 8441229. OLE color: 8441229.

HSL color Cylindrical-coordinate representation of color #8DCD80: hue angle of 109.87º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DCD80 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB141205128-
CMYK0.3100.380.20
HSL109.87º43.5%65.29%-
HSV(B)109.87º37.56%80.39%-
XYZ36.7150.8828.31-
YUV177.09100.3102.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=29.75%
G=43.25%
B=27.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051280.3100.380.20109.8743.565.29
Hex8DCD801F026146e2c41
Octal215315200370462415654101
Binary1000110111001101100000001111101001101010011011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,128); }

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

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

 a { background-color: rgb(141,205,128); }

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

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

 span { border-color: rgb(141,205,128); }

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