#80D08E

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

Shades of De York #80D08E

Tints of De York #80D08E

Color information

#80D08E (or 0x80D08E) is unknown color: approx De York. HEX triplet: 80, D0 and 8E. RGB value is (128,208,142). Sum of RGB (Red+Green+Blue) = 128+208+142=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #80D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D08E is #7F2F71. Grayscale: #B0B0B0. Windows color (decimal): -8335218 or 9359488. OLE color: 9359488.

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

Color convert

RGB128208142-
CMYK0.3800.320.18
HSL130.5º45.98%65.88%-
HSV(B)130.5º38.46%81.57%-
XYZ36.3451.6533.65-
YUV176.56108.593.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=26.78%
G=43.51%
B=29.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081420.3800.320.18130.545.9865.88
Hex80D08E2602012822e42
Octal200320216460402220256102
Binary100000001101000010001110100110010000010010100000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,142); }

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

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

 a { background-color: rgb(128,208,142); }

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

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

 span { border-color: rgb(128,208,142); }

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