#80B566

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

Shades of Mantis #80B566

Tints of Mantis #80B566

Color information

#80B566 (or 0x80B566) is unknown color: approx Mantis. HEX triplet: 80, B5 and 66. RGB value is (128,181,102). Sum of RGB (Red+Green+Blue) = 128+181+102=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #80B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B566 is #7F4A99. Grayscale: #9C9C9C. Windows color (decimal): -8342170 or 6731136. OLE color: 6731136.

HSL color Cylindrical-coordinate representation of color #80B566: hue angle of 100.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80B566 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB128181102-
CMYK0.2900.440.29
HSL100.25º34.8%55.49%-
HSV(B)100.25º43.65%70.98%-
XYZ27.8238.618.55-
YUV156.1597.44107.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=31.14%
G=44.04%
B=24.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811020.2900.440.29100.2534.855.49
Hex80B5661D02C1D642337
Octal20026514635054351444367
Binary10000000101101011100110111010101100111011100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,102); }

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

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

 a { background-color: rgb(128,181,102); }

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

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

 span { border-color: rgb(128,181,102); }

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