#80CF8A

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

Shades of De York #80CF8A

Tints of De York #80CF8A

Color information

#80CF8A (or 0x80CF8A) is unknown color: approx De York. HEX triplet: 80, CF and 8A. RGB value is (128,207,138). Sum of RGB (Red+Green+Blue) = 128+207+138=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF8A is #7F3075. Grayscale: #AFAFAF. Windows color (decimal): -8335478 or 9097088. OLE color: 9097088.

HSL color Cylindrical-coordinate representation of color #80CF8A: hue angle of 127.59º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CF8A is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB128207138-
CMYK0.3800.330.19
HSL127.59º45.14%65.69%-
HSV(B)127.59º38.16%81.18%-
XYZ35.851.0532.01-
YUV175.51106.8394.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=27.06%
G=43.76%
B=29.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071380.3800.330.19127.5945.1465.69
Hex80CF8A2602113802d42
Octal200317212460412320055102
Binary100000001100111110001010100110010000110011100000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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