#80DA89

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

Shades of De York #80DA89

Tints of De York #80DA89

Color information

#80DA89 (or 0x80DA89) is unknown color: approx De York. HEX triplet: 80, DA and 89. RGB value is (128,218,137). Sum of RGB (Red+Green+Blue) = 128+218+137=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA89 is #7F2576. Grayscale: #B6B6B6. Windows color (decimal): -8332663 or 9034368. OLE color: 9034368.

HSL color Cylindrical-coordinate representation of color #80DA89: hue angle of 126º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DA89 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB128218137-
CMYK0.4100.370.15
HSL126º54.88%67.84%-
HSV(B)126º41.28%85.49%-
XYZ38.4956.5432.55-
YUV181.86102.6889.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=26.50%
G=45.13%
B=28.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181370.4100.370.1512654.8867.84
Hex80DA8929025F7e3744
Octal200332211510451717667104
Binary1000000011011010100010011010010100101111111111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,137); }

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

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

 a { background-color: rgb(128,218,137); }

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

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

 span { border-color: rgb(128,218,137); }

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