#80C28E

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

Shades of De York #80C28E

Tints of De York #80C28E

Color information

#80C28E (or 0x80C28E) is unknown color: approx De York. HEX triplet: 80, C2 and 8E. RGB value is (128,194,142). Sum of RGB (Red+Green+Blue) = 128+194+142=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #80C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C28E is #7F3D71. Grayscale: #A8A8A8. Windows color (decimal): -8338802 or 9355904. OLE color: 9355904.

HSL color Cylindrical-coordinate representation of color #80C28E: hue angle of 132.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C28E is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB128194142-
CMYK0.3400.270.24
HSL132.73º35.11%63.14%-
HSV(B)132.73º34.02%76.08%-
XYZ33.0845.1332.56-
YUV168.34113.1399.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=27.59%
G=41.81%
B=30.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281941420.3400.270.24132.7335.1163.14
Hex80C28E2201B1885233f
Octal20030221642033302054377
Binary1000000011000010100011101000100110111100010000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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