#80d98d

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

Shades of De York #80D98D

Tints of De York #80D98D

Color information

#80D98D (or 0x80D98D) is unknown color: approx De York. HEX triplet: 80, D9 and 8D. RGB value is (128,217,141). Sum of RGB (Red+Green+Blue) = 128+217+141=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #80D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D98D is #7F2672. Grayscale: #B5B5B5. Windows color (decimal): -8332915 or 9296256. OLE color: 9296256.

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

Color convert

RGB128217141-
CMYK0.4100.350.15
HSL128.76º53.94%67.65%-
HSV(B)128.76º41.01%85.1%-
XYZ38.5256.1434-
YUV181.72105.0189.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=26.34%
G=44.65%
B=29.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171410.4100.350.15128.7653.9467.65
Hex80D98D29023F813644
Octal200331215510431720166104
Binary10000000110110011000110110100101000111111100000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d98d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,141); }

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

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

 a { background-color: rgb(128,217,141); }

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

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

 span { border-color: rgb(128,217,141); }

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