#80C37C

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

Shades of De York #80C37C

Tints of De York #80C37C

Color information

#80C37C (or 0x80C37C) is unknown color: approx De York. HEX triplet: 80, C3 and 7C. RGB value is (128,195,124). Sum of RGB (Red+Green+Blue) = 128+195+124=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #80C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C37C is #7F3C83. Grayscale: #A7A7A7. Windows color (decimal): -8338564 or 8176512. OLE color: 8176512.

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

Color convert

RGB128195124-
CMYK0.3400.360.24
HSL116.62º37.17%62.55%-
HSV(B)116.62º36.41%76.47%-
XYZ32.0645.0726.08-
YUV166.87103.8100.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=28.64%
G=43.62%
B=27.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951240.3400.360.24116.6237.1762.55
Hex80C37C220241875253f
Octal20030317442044301654577
Binary100000001100001111111001000100100100110001110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,124); }

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

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

 a { background-color: rgb(128,195,124); }

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

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

 span { border-color: rgb(128,195,124); }

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