#80d689

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

Shades of De York #80D689

Tints of De York #80D689

Color information

#80D689 (or 0x80D689) is unknown color: approx De York. HEX triplet: 80, D6 and 89. RGB value is (128,214,137). Sum of RGB (Red+Green+Blue) = 128+214+137=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #80D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D689 is #7F2976. Grayscale: #B3B3B3. Windows color (decimal): -8333687 or 9033344. OLE color: 9033344.

HSL color Cylindrical-coordinate representation of color #80D689: hue angle of 126.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D689 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB128214137-
CMYK0.4000.360.16
HSL126.28º51.19%67.06%-
HSV(B)126.28º40.19%83.92%-
XYZ37.4654.4932.21-
YUV179.51104.0191.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=26.72%
G=44.68%
B=28.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141370.4000.360.16126.2851.1967.06
Hex80D68928024107e3343
Octal200326211500442017663103
Binary10000000110101101000100110100001001001000011111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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