#80BB6F

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

Shades of Mantis #80BB6F

Tints of Mantis #80BB6F

Color information

#80BB6F (or 0x80BB6F) is unknown color: approx Mantis. HEX triplet: 80, BB and 6F. RGB value is (128,187,111). Sum of RGB (Red+Green+Blue) = 128+187+111=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB6F is #7F4490. Grayscale: #A0A0A0. Windows color (decimal): -8340625 or 7322496. OLE color: 7322496.

HSL color Cylindrical-coordinate representation of color #80BB6F: hue angle of 106.58º 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 #80BB6F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB128187111-
CMYK0.3200.410.27
HSL106.58º35.85%58.43%-
HSV(B)106.58º40.64%73.33%-
XYZ29.5441.2821.45-
YUV160.799.95104.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=30.05%
G=43.90%
B=26.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871110.3200.410.27106.5835.8558.43
Hex80BB6F200291B6b243a
Octal20027315740051331534472
Binary100000001011101111011111000000101001110111101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,111); }

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

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

 a { background-color: rgb(128,187,111); }

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

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

 span { border-color: rgb(128,187,111); }

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