#80BB5A

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

Shades of Mantis #80BB5A

Tints of Mantis #80BB5A

Color information

#80BB5A (or 0x80BB5A) is unknown color: approx Mantis. HEX triplet: 80, BB and 5A. RGB value is (128,187,90). Sum of RGB (Red+Green+Blue) = 128+187+90=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB5A is #7F44A5. Grayscale: #9E9E9E. Windows color (decimal): -8340646 or 5946240. OLE color: 5946240.

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

Color convert

RGB12818790-
CMYK0.3200.520.27
HSL96.49º41.63%54.31%-
HSV(B)96.49º51.87%73.33%-
XYZ28.5240.8716.06-
YUV158.389.45106.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=31.60%
G=46.17%
B=22.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187900.3200.520.2796.4941.6354.31
Hex80BB5A200341B602a36
Octal20027313240064331405266
Binary100000001011101110110101000000110100110111100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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