#80BA5D

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

Shades of Mantis #80BA5D

Tints of Mantis #80BA5D

Color information

#80BA5D (or 0x80BA5D) is unknown color: approx Mantis. HEX triplet: 80, BA and 5D. RGB value is (128,186,93). Sum of RGB (Red+Green+Blue) = 128+186+93=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA5D is #7F45A2. Grayscale: #9E9E9E. Windows color (decimal): -8340899 or 6142592. OLE color: 6142592.

HSL color Cylindrical-coordinate representation of color #80BA5D: hue angle of 97.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BA5D is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB12818693-
CMYK0.3100.50.27
HSL97.42º40.26%54.71%-
HSV(B)97.42º50%72.94%-
XYZ28.4440.516.67-
YUV158.0691.28106.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=31.45%
G=45.70%
B=22.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186930.3100.50.2797.4240.2654.71
Hex80BA5D1F0321B612837
Octal20027213537062331415067
Binary10000000101110101011101111110110010110111100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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