#80DD8E

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

Shades of De York #80DD8E

Tints of De York #80DD8E

Color information

#80DD8E (or 0x80DD8E) is unknown color: approx De York. HEX triplet: 80, DD and 8E. RGB value is (128,221,142). Sum of RGB (Red+Green+Blue) = 128+221+142=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD8E is #7F2271. Grayscale: #B8B8B8. Windows color (decimal): -8331890 or 9362816. OLE color: 9362816.

HSL color Cylindrical-coordinate representation of color #80DD8E: hue angle of 129.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD8E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB128221142-
CMYK0.4200.360.13
HSL129.03º57.76%68.43%-
HSV(B)129.03º42.08%86.67%-
XYZ39.6458.2634.75-
YUV184.19104.1987.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=26.07%
G=45.01%
B=28.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211420.4200.360.13129.0357.7668.43
Hex80DD8E2A024D813a44
Octal200335216520441520172104
Binary10000000110111011000111010101001001001101100000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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