#80B784

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

Shades of De York #80B784

Tints of De York #80B784

Color information

#80B784 (or 0x80B784) is unknown color: approx De York. HEX triplet: 80, B7 and 84. RGB value is (128,183,132). Sum of RGB (Red+Green+Blue) = 128+183+132=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #80B784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B784 is #7F487B. Grayscale: #A0A0A0. Windows color (decimal): -8341628 or 8697728. OLE color: 8697728.

HSL color Cylindrical-coordinate representation of color #80B784: hue angle of 124.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B784 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB128183132-
CMYK0.3000.280.28
HSL124.36º27.64%60.98%-
HSV(B)124.36º30.05%71.76%-
XYZ3040.1227.99-
YUV160.74111.78104.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=28.89%
G=41.31%
B=29.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281831320.3000.280.28124.3627.6460.98
Hex80B7841E01C1C7c1c3d
Octal20026720436034341743475
Binary1000000010110111100001001111001110011100111110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,132); }

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

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

 a { background-color: rgb(128,183,132); }

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

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

 span { border-color: rgb(128,183,132); }

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