#80C776

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

Shades of De York #80C776

Tints of De York #80C776

Color information

#80C776 (or 0x80C776) is unknown color: approx De York. HEX triplet: 80, C7 and 76. RGB value is (128,199,118). Sum of RGB (Red+Green+Blue) = 128+199+118=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #80C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C776 is #7F3889. Grayscale: #A8A8A8. Windows color (decimal): -8337546 or 7784320. OLE color: 7784320.

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

Color convert

RGB128199118-
CMYK0.3600.410.22
HSL112.59º41.97%62.16%-
HSV(B)112.59º40.7%78.04%-
XYZ32.646.7424.44-
YUV168.5499.4899.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 199 (78.12% from 255) = 44.72%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=28.76%
G=44.72%
B=26.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991180.3600.410.22112.5941.9762.16
Hex80C7762402916712a3e
Octal20030716644051261615276
Binary100000001100011111101101001000101001101101110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,118); }

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

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

 a { background-color: rgb(128,199,118); }

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

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

 span { border-color: rgb(128,199,118); }

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