#80B45A

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

Shades of Mantis #80B45A

Tints of Mantis #80B45A

Color information

#80B45A (or 0x80B45A) is unknown color: approx Mantis. HEX triplet: 80, B4 and 5A. RGB value is (128,180,90). Sum of RGB (Red+Green+Blue) = 128+180+90=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #80B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B45A is #7F4BA5. Grayscale: #9A9A9A. Windows color (decimal): -8342438 or 5944448. OLE color: 5944448.

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

Color convert

RGB12818090-
CMYK0.2900.500.29
HSL94.67º37.5%52.94%-
HSV(B)94.67º50%70.59%-
XYZ27.0737.9715.58-
YUV154.1991.77109.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=32.16%
G=45.23%
B=22.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180900.2900.500.2994.6737.552.94
Hex80B45A1D0321D5f2635
Octal20026413235062351374665
Binary10000000101101001011010111010110010111011011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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