#80C46D

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

Shades of Mantis #80C46D

Tints of Mantis #80C46D

Color information

#80C46D (or 0x80C46D) is unknown color: approx Mantis. HEX triplet: 80, C4 and 6D. RGB value is (128,196,109). Sum of RGB (Red+Green+Blue) = 128+196+109=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #80C46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C46D is #7F3B92. Grayscale: #A6A6A6. Windows color (decimal): -8338323 or 7193728. OLE color: 7193728.

HSL color Cylindrical-coordinate representation of color #80C46D: hue angle of 106.9º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80C46D is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB128196109-
CMYK0.3500.440.23
HSL106.9º42.44%59.8%-
HSV(B)106.9º44.39%76.86%-
XYZ31.445.1721.53-
YUV165.7595.97101.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=29.56%
G=45.27%
B=25.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961090.3500.440.23106.942.4459.8
Hex80C46D2302C176b2a3c
Octal20030415543054271535274
Binary100000001100010011011011000110101100101111101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,109); }

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

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

 a { background-color: rgb(128,196,109); }

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

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

 span { border-color: rgb(128,196,109); }

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