#80C38E

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

Shades of De York #80C38E

Tints of De York #80C38E

Color information

#80C38E (or 0x80C38E) is unknown color: approx De York. HEX triplet: 80, C3 and 8E. RGB value is (128,195,142). Sum of RGB (Red+Green+Blue) = 128+195+142=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38E is #7F3C71. Grayscale: #A9A9A9. Windows color (decimal): -8338546 or 9356160. OLE color: 9356160.

HSL color Cylindrical-coordinate representation of color #80C38E: hue angle of 132.54º degrees, saturation: 0.36, 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 #80C38E is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB128195142-
CMYK0.3400.270.24
HSL132.54º35.83%63.33%-
HSV(B)132.54º34.36%76.47%-
XYZ33.345.5732.63-
YUV168.92112.898.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=27.53%
G=41.94%
B=30.54%

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
Decimal1281951420.3400.270.24132.5435.8363.33
Hex80C38E2201B1885243f
Octal20030321642033302054477
Binary1000000011000011100011101000100110111100010000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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