#80C886

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

Shades of De York #80C886

Tints of De York #80C886

Color information

#80C886 (or 0x80C886) is unknown color: approx De York. HEX triplet: 80, C8 and 86. RGB value is (128,200,134). Sum of RGB (Red+Green+Blue) = 128+200+134=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #80C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C886 is #7F3779. Grayscale: #ABABAB. Windows color (decimal): -8337274 or 8833152. OLE color: 8833152.

HSL color Cylindrical-coordinate representation of color #80C886: hue angle of 125º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C886 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB128200134-
CMYK0.3600.330.22
HSL125º39.56%64.31%-
HSV(B)125º36%78.43%-
XYZ33.8647.6229.96-
YUV170.95107.1597.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 200 (78.52% from 255) = 43.29%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=27.71%
G=43.29%
B=29.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001340.3600.330.2212539.5664.31
Hex80C88624021167d2840
Octal200310206440412617550100
Binary10000000110010001000011010010001000011011011111011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,200,134); }

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

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

 a { background-color: rgb(128,200,134); }

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

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

 span { border-color: rgb(128,200,134); }

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