#80BA60

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

Shades of Mantis #80BA60

Tints of Mantis #80BA60

Color information

#80BA60 (or 0x80BA60) is unknown color: approx Mantis. HEX triplet: 80, BA and 60. RGB value is (128,186,96). Sum of RGB (Red+Green+Blue) = 128+186+96=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA60 is #7F459F. Grayscale: #9E9E9E. Windows color (decimal): -8340896 or 6339200. OLE color: 6339200.

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

Color convert

RGB12818696-
CMYK0.3100.480.27
HSL98.67º39.47%55.29%-
HSV(B)98.67º48.39%72.94%-
XYZ28.5740.5517.39-
YUV158.492.78106.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=31.22%
G=45.37%
B=23.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186960.3100.480.2798.6739.4755.29
Hex80BA601F0301B632737
Octal20027214037060331434767
Binary10000000101110101100000111110110000110111100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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