#80BB55

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

Shades of Mantis #80BB55

Tints of Mantis #80BB55

Color information

#80BB55 (or 0x80BB55) is unknown color: approx Mantis. HEX triplet: 80, BB and 55. RGB value is (128,187,85). Sum of RGB (Red+Green+Blue) = 128+187+85=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB55 is #7F44AA. Grayscale: #9E9E9E. Windows color (decimal): -8340651 or 5618560. OLE color: 5618560.

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

Color convert

RGB12818785-
CMYK0.3200.550.27
HSL94.71º42.86%53.33%-
HSV(B)94.71º54.55%73.33%-
XYZ28.3140.7914.97-
YUV157.7386.95106.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=32%
G=46.75%
B=21.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187850.3200.550.2794.7142.8653.33
Hex80BB55200371B5f2b35
Octal20027312540067331375365
Binary100000001011101110101011000000110111110111011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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