#80D18A

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

Shades of De York #80D18A

Tints of De York #80D18A

Color information

#80D18A (or 0x80D18A) is unknown color: approx De York. HEX triplet: 80, D1 and 8A. RGB value is (128,209,138). Sum of RGB (Red+Green+Blue) = 128+209+138=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #80D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D18A is #7F2E75. Grayscale: #B0B0B0. Windows color (decimal): -8334966 or 9097600. OLE color: 9097600.

HSL color Cylindrical-coordinate representation of color #80D18A: hue angle of 127.41º 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 #80D18A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB128209138-
CMYK0.3900.340.18
HSL127.41º46.82%66.08%-
HSV(B)127.41º38.76%81.96%-
XYZ36.2952.0332.17-
YUV176.69106.1693.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 209 (82.03% from 255) = 44%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=26.95%
G=44%
B=29.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091380.3900.340.18127.4146.8266.08
Hex80D18A27022127f2f42
Octal200321212470422217757102
Binary10000000110100011000101010011101000101001011111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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