#80BD6A

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

Shades of Mantis #80BD6A

Tints of Mantis #80BD6A

Color information

#80BD6A (or 0x80BD6A) is unknown color: approx Mantis. HEX triplet: 80, BD and 6A. RGB value is (128,189,106). Sum of RGB (Red+Green+Blue) = 128+189+106=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD6A is #7F4295. Grayscale: #A1A1A1. Windows color (decimal): -8340118 or 6995328. OLE color: 6995328.

HSL color Cylindrical-coordinate representation of color #80BD6A: hue angle of 104.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80BD6A is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB128189106-
CMYK0.3200.440.26
HSL104.1º38.6%57.84%-
HSV(B)104.1º43.92%74.12%-
XYZ29.742.0220.18-
YUV161.396.79104.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=30.26%
G=44.68%
B=25.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281891060.3200.440.26104.138.657.84
Hex80BD6A2002C1A68273a
Octal20027515240054321504772
Binary100000001011110111010101000000101100110101101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,106); }

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

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

 a { background-color: rgb(128,189,106); }

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

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

 span { border-color: rgb(128,189,106); }

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