#80BB66

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

Shades of Mantis #80BB66

Tints of Mantis #80BB66

Color information

#80BB66 (or 0x80BB66) is unknown color: approx Mantis. HEX triplet: 80, BB and 66. RGB value is (128,187,102). Sum of RGB (Red+Green+Blue) = 128+187+102=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB66 is #7F4499. Grayscale: #9F9F9F. Windows color (decimal): -8340634 or 6732672. OLE color: 6732672.

HSL color Cylindrical-coordinate representation of color #80BB66: hue angle of 101.65º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BB66 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB128187102-
CMYK0.3200.450.27
HSL101.65º38.46%56.67%-
HSV(B)101.65º45.45%73.33%-
XYZ29.0741.0918.97-
YUV159.6795.45105.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=30.70%
G=44.84%
B=24.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871020.3200.450.27101.6538.4656.67
Hex80BB662002D1B662639
Octal20027314640055331464671
Binary100000001011101111001101000000101101110111100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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