#80B86F

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

Shades of Mantis #80B86F

Tints of Mantis #80B86F

Color information

#80B86F (or 0x80B86F) is unknown color: approx Mantis. HEX triplet: 80, B8 and 6F. RGB value is (128,184,111). Sum of RGB (Red+Green+Blue) = 128+184+111=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #80B86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B86F is #7F4790. Grayscale: #9F9F9F. Windows color (decimal): -8341393 or 7321728. OLE color: 7321728.

HSL color Cylindrical-coordinate representation of color #80B86F: hue angle of 106.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80B86F is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB128184111-
CMYK0.3000.400.28
HSL106.03º33.95%57.84%-
HSV(B)106.03º39.67%72.16%-
XYZ28.9140.0221.24-
YUV158.93100.95105.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=30.26%
G=43.50%
B=26.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281841110.3000.400.28106.0333.9557.84
Hex80B86F1E0281C6a223a
Octal20027015736050341524272
Binary10000000101110001101111111100101000111001101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,111); }

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

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

 a { background-color: rgb(128,184,111); }

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

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

 span { border-color: rgb(128,184,111); }

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