#80CD8E

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

Shades of De York #80CD8E

Tints of De York #80CD8E

Color information

#80CD8E (or 0x80CD8E) is unknown color: approx De York. HEX triplet: 80, CD and 8E. RGB value is (128,205,142). Sum of RGB (Red+Green+Blue) = 128+205+142=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD8E is #7F3271. Grayscale: #AEAEAE. Windows color (decimal): -8335986 or 9358720. OLE color: 9358720.

HSL color Cylindrical-coordinate representation of color #80CD8E: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CD8E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB128205142-
CMYK0.3800.310.20
HSL130.91º43.5%65.29%-
HSV(B)130.91º37.56%80.39%-
XYZ35.6250.233.4-
YUV174.8109.4994.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=26.95%
G=43.16%
B=29.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051420.3800.310.20130.9143.565.29
Hex80CD8E2601F14832c41
Octal200315216460372420354101
Binary10000000110011011000111010011001111110100100000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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