#80BB47

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

Shades of Mantis #80BB47

Tints of Mantis #80BB47

Color information

#80BB47 (or 0x80BB47) is unknown color: approx Mantis. HEX triplet: 80, BB and 47. RGB value is (128,187,71). Sum of RGB (Red+Green+Blue) = 128+187+71=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB47 is #7F44B8. Grayscale: #9C9C9C. Windows color (decimal): -8340665 or 4701056. OLE color: 4701056.

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

Color convert

RGB12818771-
CMYK0.3200.620.27
HSL90.52º46.03%50.59%-
HSV(B)90.52º62.03%73.33%-
XYZ27.8140.5812.33-
YUV156.1479.95107.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=33.16%
G=48.45%
B=18.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187710.3200.620.2790.5246.0350.59
Hex80BB472003E1B5b2e33
Octal20027310740076331335663
Binary100000001011101110001111000000111110110111011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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