#80DA8B

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

Shades of De York #80DA8B

Tints of De York #80DA8B

Color information

#80DA8B (or 0x80DA8B) is unknown color: approx De York. HEX triplet: 80, DA and 8B. RGB value is (128,218,139). Sum of RGB (Red+Green+Blue) = 128+218+139=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA8B is #7F2574. Grayscale: #B6B6B6. Windows color (decimal): -8332661 or 9165440. OLE color: 9165440.

HSL color Cylindrical-coordinate representation of color #80DA8B: hue angle of 127.33º 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 #80DA8B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB128218139-
CMYK0.4100.360.15
HSL127.33º54.88%67.84%-
HSV(B)127.33º41.28%85.49%-
XYZ38.6356.633.31-
YUV182.08103.6889.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=26.39%
G=44.95%
B=28.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181390.4100.360.15127.3354.8867.84
Hex80DA8B29024F7f3744
Octal200332213510441717767104
Binary1000000011011010100010111010010100100111111111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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