#80C87A

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

Shades of De York #80C87A

Tints of De York #80C87A

Color information

#80C87A (or 0x80C87A) is unknown color: approx De York. HEX triplet: 80, C8 and 7A. RGB value is (128,200,122). Sum of RGB (Red+Green+Blue) = 128+200+122=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #80C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C87A is #7F3785. Grayscale: #A9A9A9. Windows color (decimal): -8337286 or 8046720. OLE color: 8046720.

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

Color convert

RGB128200122-
CMYK0.3600.390.22
HSL115.38º41.49%63.14%-
HSV(B)115.38º39%78.43%-
XYZ33.0747.325.8-
YUV169.58101.1598.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=28.44%
G=44.44%
B=27.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001220.3600.390.22115.3841.4963.14
Hex80C87A240271673293f
Octal20031017244047261635177
Binary100000001100100011110101001000100111101101110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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