#80C78C

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

Shades of De York #80C78C

Tints of De York #80C78C

Color information

#80C78C (or 0x80C78C) is unknown color: approx De York. HEX triplet: 80, C7 and 8C. RGB value is (128,199,140). Sum of RGB (Red+Green+Blue) = 128+199+140=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #80C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C78C is #7F3873. Grayscale: #ABABAB. Windows color (decimal): -8337524 or 9226112. OLE color: 9226112.

HSL color Cylindrical-coordinate representation of color #80C78C: hue angle of 130.14º degrees, saturation: 0.39, 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 #80C78C is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB128199140-
CMYK0.3600.300.22
HSL130.14º38.8%64.12%-
HSV(B)130.14º35.68%78.04%-
XYZ34.0647.3332.15-
YUV171.04110.4897.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=27.41%
G=42.61%
B=29.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991400.3600.300.22130.1438.864.12
Hex80C78C2401E16822740
Octal200307214440362620247100
Binary10000000110001111000110010010001111010110100000101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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