#80bb58

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

Shades of Mantis #80BB58

Tints of Mantis #80BB58

Color information

#80BB58 (or 0x80BB58) is unknown color: approx Mantis. HEX triplet: 80, BB and 58. RGB value is (128,187,88). Sum of RGB (Red+Green+Blue) = 128+187+88=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB58 is #7F44A7. Grayscale: #9E9E9E. Windows color (decimal): -8340648 or 5815168. OLE color: 5815168.

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

Color convert

RGB12818788-
CMYK0.3200.530.27
HSL95.76º42.13%53.92%-
HSV(B)95.76º52.94%73.33%-
XYZ28.4340.8315.62-
YUV158.0788.45106.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 88 (34.77% from 255) = 21.84%
R=31.76%
G=46.40%
B=21.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187880.3200.530.2795.7642.1353.92
Hex80BB58200351B602a36
Octal20027313040065331405266
Binary100000001011101110110001000000110101110111100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80bb58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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