#80D091

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

Shades of De York #80D091

Tints of De York #80D091

Color information

#80D091 (or 0x80D091) is unknown color: approx De York. HEX triplet: 80, D0 and 91. RGB value is (128,208,145). Sum of RGB (Red+Green+Blue) = 128+208+145=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #80D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D091 is #7F2F6E. Grayscale: #B1B1B1. Windows color (decimal): -8335215 or 9556096. OLE color: 9556096.

HSL color Cylindrical-coordinate representation of color #80D091: hue angle of 132.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D091 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB128208145-
CMYK0.3800.300.18
HSL132.75º45.98%65.88%-
HSV(B)132.75º38.46%81.57%-
XYZ36.5751.7534.85-
YUV176.911093.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=26.61%
G=43.24%
B=30.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081450.3800.300.18132.7545.9865.88
Hex80D0912601E12852e42
Octal200320221460362220556102
Binary10000000110100001001000110011001111010010100001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,145); }

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

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

 a { background-color: rgb(128,208,145); }

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

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

 span { border-color: rgb(128,208,145); }

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