#80C17E

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

Shades of De York #80C17E

Tints of De York #80C17E

Color information

#80C17E (or 0x80C17E) is unknown color: approx De York. HEX triplet: 80, C1 and 7E. RGB value is (128,193,126). Sum of RGB (Red+Green+Blue) = 128+193+126=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #80C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C17E is #7F3E81. Grayscale: #A6A6A6. Windows color (decimal): -8339074 or 8307072. OLE color: 8307072.

HSL color Cylindrical-coordinate representation of color #80C17E: hue angle of 118.21º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C17E is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB128193126-
CMYK0.3400.350.24
HSL118.21º35.08%62.55%-
HSV(B)118.21º34.72%75.69%-
XYZ31.7444.2426.6-
YUV165.93105.47100.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=28.64%
G=43.18%
B=28.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931260.3400.350.24118.2135.0862.55
Hex80C17E220231876233f
Octal20030117642043301664377
Binary100000001100000111111101000100100011110001110110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,126); }

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

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

 a { background-color: rgb(128,193,126); }

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

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

 span { border-color: rgb(128,193,126); }

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