#80B45B

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

Shades of Mantis #80B45B

Tints of Mantis #80B45B

Color information

#80B45B (or 0x80B45B) is unknown color: approx Mantis. HEX triplet: 80, B4 and 5B. RGB value is (128,180,91). Sum of RGB (Red+Green+Blue) = 128+180+91=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #80B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B45B is #7F4BA4. Grayscale: #9A9A9A. Windows color (decimal): -8342437 or 6009984. OLE color: 6009984.

HSL color Cylindrical-coordinate representation of color #80B45B: hue angle of 95.06º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80B45B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB12818091-
CMYK0.2900.490.29
HSL95.06º37.24%53.14%-
HSV(B)95.06º49.44%70.59%-
XYZ27.1137.9915.8-
YUV154.3192.27109.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=32.08%
G=45.11%
B=22.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180910.2900.490.2995.0637.2453.14
Hex80B45B1D0311D5f2535
Octal20026413335061351374565
Binary10000000101101001011011111010110001111011011111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,91); }

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

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

 a { background-color: rgb(128,180,91); }

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

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

 span { border-color: rgb(128,180,91); }

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