#80BD72

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

Shades of Mantis #80BD72

Tints of Mantis #80BD72

Color information

#80BD72 (or 0x80BD72) is unknown color: approx Mantis. HEX triplet: 80, BD and 72. RGB value is (128,189,114). Sum of RGB (Red+Green+Blue) = 128+189+114=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD72 is #7F428D. Grayscale: #A2A2A2. Windows color (decimal): -8340110 or 7519616. OLE color: 7519616.

HSL color Cylindrical-coordinate representation of color #80BD72: hue angle of 108.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BD72 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB128189114-
CMYK0.3200.400.26
HSL108.8º36.23%59.41%-
HSV(B)108.8º39.68%74.12%-
XYZ30.1442.222.48-
YUV162.21100.79103.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=29.70%
G=43.85%
B=26.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281891140.3200.400.26108.836.2359.41
Hex80BD72200281A6d243b
Octal20027516240050321554473
Binary100000001011110111100101000000101000110101101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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