#80B55D

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

Shades of Mantis #80B55D

Tints of Mantis #80B55D

Color information

#80B55D (or 0x80B55D) is unknown color: approx Mantis. HEX triplet: 80, B5 and 5D. RGB value is (128,181,93). Sum of RGB (Red+Green+Blue) = 128+181+93=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #80B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B55D is #7F4AA2. Grayscale: #9B9B9B. Windows color (decimal): -8342179 or 6141312. OLE color: 6141312.

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

Color convert

RGB12818193-
CMYK0.2900.490.29
HSL96.14º37.29%53.73%-
HSV(B)96.14º48.62%70.98%-
XYZ27.438.4316.33-
YUV155.1292.94108.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=31.84%
G=45.02%
B=23.13%

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
Decimal128181930.2900.490.2996.1437.2953.73
Hex80B55D1D0311D602536
Octal20026513535061351404566
Binary10000000101101011011101111010110001111011100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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