#80BB52

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

Shades of Mantis #80BB52

Tints of Mantis #80BB52

Color information

#80BB52 (or 0x80BB52) is unknown color: approx Mantis. HEX triplet: 80, BB and 52. RGB value is (128,187,82). Sum of RGB (Red+Green+Blue) = 128+187+82=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB52 is #7F44AD. Grayscale: #9D9D9D. Windows color (decimal): -8340654 or 5421952. OLE color: 5421952.

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

Color convert

RGB12818782-
CMYK0.3200.560.27
HSL93.71º43.57%52.75%-
HSV(B)93.71º56.15%73.33%-
XYZ28.240.7414.36-
YUV157.3985.45107.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=32.24%
G=47.10%
B=20.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187820.3200.560.2793.7143.5752.75
Hex80BB52200381B5e2c35
Octal20027312240070331365465
Binary100000001011101110100101000000111000110111011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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