#80BA6E

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

Shades of Mantis #80BA6E

Tints of Mantis #80BA6E

Color information

#80BA6E (or 0x80BA6E) is unknown color: approx Mantis. HEX triplet: 80, BA and 6E. RGB value is (128,186,110). Sum of RGB (Red+Green+Blue) = 128+186+110=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6E is #7F4591. Grayscale: #A0A0A0. Windows color (decimal): -8340882 or 7256704. OLE color: 7256704.

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

Color convert

RGB128186110-
CMYK0.3100.410.27
HSL105.79º35.51%58.04%-
HSV(B)105.79º40.86%72.94%-
XYZ29.2840.8321.09-
YUV159.9999.78105.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=30.19%
G=43.87%
B=25.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861100.3100.410.27105.7935.5158.04
Hex80BA6E1F0291B6a243a
Octal20027215637051331524472
Binary10000000101110101101110111110101001110111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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