#80DD89

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

Shades of De York #80DD89

Tints of De York #80DD89

Color information

#80DD89 (or 0x80DD89) is unknown color: approx De York. HEX triplet: 80, DD and 89. RGB value is (128,221,137). Sum of RGB (Red+Green+Blue) = 128+221+137=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD89 is #7F2276. Grayscale: #B7B7B7. Windows color (decimal): -8331895 or 9035136. OLE color: 9035136.

HSL color Cylindrical-coordinate representation of color #80DD89: hue angle of 125.81º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD89 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB128221137-
CMYK0.4200.380.13
HSL125.81º57.76%68.43%-
HSV(B)125.81º42.08%86.67%-
XYZ39.2758.1132.81-
YUV183.62101.6988.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=26.34%
G=45.47%
B=28.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211370.4200.380.13125.8157.7668.43
Hex80DD892A026D7e3a44
Octal200335211520461517672104
Binary1000000011011101100010011010100100110110111111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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