#80B57A

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

Shades of De York #80B57A

Tints of De York #80B57A

Color information

#80B57A (or 0x80B57A) is unknown color: approx De York. HEX triplet: 80, B5 and 7A. RGB value is (128,181,122). Sum of RGB (Red+Green+Blue) = 128+181+122=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #80B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B57A is #7F4A85. Grayscale: #9E9E9E. Windows color (decimal): -8342150 or 8041856. OLE color: 8041856.

HSL color Cylindrical-coordinate representation of color #80B57A: hue angle of 113.9º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B57A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB128181122-
CMYK0.2900.330.29
HSL113.9º28.5%59.41%-
HSV(B)113.9º32.6%70.98%-
XYZ28.9439.0424.42-
YUV158.43107.44106.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=29.70%
G=42.00%
B=28.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811220.2900.330.29113.928.559.41
Hex80B57A1D0211D721d3b
Octal20026517235041351623573
Binary1000000010110101111101011101010000111101111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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