#80D188

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

Shades of De York #80D188

Tints of De York #80D188

Color information

#80D188 (or 0x80D188) is unknown color: approx De York. HEX triplet: 80, D1 and 88. RGB value is (128,209,136). Sum of RGB (Red+Green+Blue) = 128+209+136=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #80D188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D188 is #7F2E77. Grayscale: #B0B0B0. Windows color (decimal): -8334968 or 8966528. OLE color: 8966528.

HSL color Cylindrical-coordinate representation of color #80D188: hue angle of 125.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D188 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB128209136-
CMYK0.3900.350.18
HSL125.93º46.82%66.08%-
HSV(B)125.93º38.76%81.96%-
XYZ36.1551.9731.42-
YUV176.46105.1693.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=27.06%
G=44.19%
B=28.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091360.3900.350.18125.9346.8266.08
Hex80D18827023127e2f42
Octal200321210470432217657102
Binary10000000110100011000100010011101000111001011111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,136); }

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

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

 a { background-color: rgb(128,209,136); }

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

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

 span { border-color: rgb(128,209,136); }

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