#80C071

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

Shades of Mantis #80C071

Tints of Mantis #80C071

Color information

#80C071 (or 0x80C071) is unknown color: approx Mantis. HEX triplet: 80, C0 and 71. RGB value is (128,192,113). Sum of RGB (Red+Green+Blue) = 128+192+113=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #80C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C071 is #7F3F8E. Grayscale: #A4A4A4. Windows color (decimal): -8339343 or 7454848. OLE color: 7454848.

HSL color Cylindrical-coordinate representation of color #80C071: hue angle of 108.61º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C071 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB128192113-
CMYK0.3300.410.25
HSL108.61º38.54%59.8%-
HSV(B)108.61º41.15%75.29%-
XYZ30.7343.4822.4-
YUV163.8699.3102.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=29.56%
G=44.34%
B=26.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921130.3300.410.25108.6138.5459.8
Hex80C07121029196d273c
Octal20030016141051311554774
Binary100000001100000011100011000010101001110011101101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,113); }

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

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

 a { background-color: rgb(128,192,113); }

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

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

 span { border-color: rgb(128,192,113); }

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