#80D48C

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

Shades of De York #80D48C

Tints of De York #80D48C

Color information

#80D48C (or 0x80D48C) is unknown color: approx De York. HEX triplet: 80, D4 and 8C. RGB value is (128,212,140). Sum of RGB (Red+Green+Blue) = 128+212+140=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #80D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D48C is #7F2B73. Grayscale: #B2B2B2. Windows color (decimal): -8334196 or 9229440. OLE color: 9229440.

HSL color Cylindrical-coordinate representation of color #80D48C: hue angle of 128.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D48C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB128212140-
CMYK0.4000.340.17
HSL128.57º49.41%66.67%-
HSV(B)128.57º39.62%83.14%-
XYZ37.1853.5733.19-
YUV178.68106.1791.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=26.67%
G=44.17%
B=29.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121400.4000.340.17128.5749.4166.67
Hex80D48C2802211813143
Octal200324214500422120161103
Binary100000001101010010001100101000010001010001100000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,140); }

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

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

 a { background-color: rgb(128,212,140); }

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

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

 span { border-color: rgb(128,212,140); }

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