#80DA95

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

Shades of De York #80DA95

Tints of De York #80DA95

Color information

#80DA95 (or 0x80DA95) is unknown color: approx De York. HEX triplet: 80, DA and 95. RGB value is (128,218,149). Sum of RGB (Red+Green+Blue) = 128+218+149=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA95 is #7F256A. Grayscale: #B7B7B7. Windows color (decimal): -8332651 or 9820800. OLE color: 9820800.

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

Color convert

RGB128218149-
CMYK0.4100.320.15
HSL134º54.88%67.84%-
HSV(B)134º41.28%85.49%-
XYZ39.456.937.34-
YUV183.22108.6888.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=25.86%
G=44.04%
B=30.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181490.4100.320.1513454.8867.84
Hex80DA9529020F863744
Octal200332225510401720667104
Binary10000000110110101001010110100101000001111100001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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