#80DC8E

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

Shades of De York #80DC8E

Tints of De York #80DC8E

Color information

#80DC8E (or 0x80DC8E) is unknown color: approx De York. HEX triplet: 80, DC and 8E. RGB value is (128,220,142). Sum of RGB (Red+Green+Blue) = 128+220+142=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC8E is #7F2371. Grayscale: #B7B7B7. Windows color (decimal): -8332146 or 9362560. OLE color: 9362560.

HSL color Cylindrical-coordinate representation of color #80DC8E: hue angle of 129.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC8E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB128220142-
CMYK0.4200.350.14
HSL129.13º56.79%68.24%-
HSV(B)129.13º41.82%86.27%-
XYZ39.3857.7334.66-
YUV183.6104.5288.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=26.12%
G=44.90%
B=28.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201420.4200.350.14129.1356.7968.24
Hex80DC8E2A023E813944
Octal200334216520431620171104
Binary10000000110111001000111010101001000111110100000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80DC8E; }

 p { color: rgb(128,220,142); }

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

<style>
 a { background-color: #80DC8E; }

 a { background-color: rgb(128,220,142); }

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

<style>
 span { border-color: #80DC8E; }

 span { border-color: rgb(128,220,142); }

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