#80B558

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

Shades of Mantis #80B558

Tints of Mantis #80B558

Color information

#80B558 (or 0x80B558) is unknown color: approx Mantis. HEX triplet: 80, B5 and 58. RGB value is (128,181,88). Sum of RGB (Red+Green+Blue) = 128+181+88=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #80B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B558 is #7F4AA7. Grayscale: #9A9A9A. Windows color (decimal): -8342184 or 5813632. OLE color: 5813632.

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

Color convert

RGB12818188-
CMYK0.2900.510.29
HSL94.19º38.59%52.75%-
HSV(B)94.19º51.38%70.98%-
XYZ27.1938.3415.2-
YUV154.5590.44109.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=32.24%
G=45.59%
B=22.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181880.2900.510.2994.1938.5952.75
Hex80B5581D0331D5e2735
Octal20026513035063351364765
Binary10000000101101011011000111010110011111011011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,88); }

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

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

 a { background-color: rgb(128,181,88); }

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

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

 span { border-color: rgb(128,181,88); }

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