#80DB8E

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

Shades of De York #80DB8E

Tints of De York #80DB8E

Color information

#80DB8E (or 0x80DB8E) is unknown color: approx De York. HEX triplet: 80, DB and 8E. RGB value is (128,219,142). Sum of RGB (Red+Green+Blue) = 128+219+142=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DB8E is #7F2471. Grayscale: #B7B7B7. Windows color (decimal): -8332402 or 9362304. OLE color: 9362304.

HSL color Cylindrical-coordinate representation of color #80DB8E: hue angle of 129.23º degrees, saturation: 0.56, 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 #80DB8E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB128219142-
CMYK0.4200.350.14
HSL129.23º55.83%68.04%-
HSV(B)129.23º41.55%85.88%-
XYZ39.1257.2134.57-
YUV183.01104.8588.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=26.18%
G=44.79%
B=29.04%

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
Decimal1282191420.4200.350.14129.2355.8368.04
Hex80DB8E2A023E813844
Octal200333216520431620170104
Binary10000000110110111000111010101001000111110100000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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