#80C07A

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

Shades of De York #80C07A

Tints of De York #80C07A

Color information

#80C07A (or 0x80C07A) is unknown color: approx De York. HEX triplet: 80, C0 and 7A. RGB value is (128,192,122). Sum of RGB (Red+Green+Blue) = 128+192+122=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #80C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C07A is #7F3F85. Grayscale: #A5A5A5. Windows color (decimal): -8339334 or 8044672. OLE color: 8044672.

HSL color Cylindrical-coordinate representation of color #80C07A: hue angle of 114.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C07A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB128192122-
CMYK0.3300.360.25
HSL114.86º35.71%61.57%-
HSV(B)114.86º36.46%75.29%-
XYZ31.2643.6925.2-
YUV164.88103.8101.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=28.96%
G=43.44%
B=27.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921220.3300.360.25114.8635.7161.57
Hex80C07A210241973243e
Octal20030017241044311634476
Binary100000001100000011110101000010100100110011110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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