#80C173

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

Shades of Mantis #80C173

Tints of Mantis #80C173

Color information

#80C173 (or 0x80C173) is unknown color: approx Mantis. HEX triplet: 80, C1 and 73. RGB value is (128,193,115). Sum of RGB (Red+Green+Blue) = 128+193+115=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #80C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C173 is #7F3E8C. Grayscale: #A4A4A4. Windows color (decimal): -8339085 or 7586176. OLE color: 7586176.

HSL color Cylindrical-coordinate representation of color #80C173: hue angle of 110º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80C173 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB128193115-
CMYK0.3400.400.24
HSL110º38.61%60.39%-
HSV(B)110º40.41%75.69%-
XYZ31.0743.9723.07-
YUV164.6799.97101.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=29.36%
G=44.27%
B=26.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931150.3400.400.2411038.6160.39
Hex80C17322028186e273c
Octal20030116342050301564774
Binary100000001100000111100111000100101000110001101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,115); }

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

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

 a { background-color: rgb(128,193,115); }

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

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

 span { border-color: rgb(128,193,115); }

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