#82BB57

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

Shades of Mantis #82BB57

Tints of Mantis #82BB57

Color information

#82BB57 (or 0x82BB57) is unknown color: approx Mantis. HEX triplet: 82, BB and 57. RGB value is (130,187,87). Sum of RGB (Red+Green+Blue) = 130+187+87=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB57 is #7D44A8. Grayscale: #9E9E9E. Windows color (decimal): -8209577 or 5749634. OLE color: 5749634.

HSL color Cylindrical-coordinate representation of color #82BB57: hue angle of 94.2º 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 #82BB57 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB13018787-
CMYK0.3000.530.27
HSL94.2º42.37%53.73%-
HSV(B)94.2º53.48%73.33%-
XYZ28.740.9715.41-
YUV158.5687.62107.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 87 (34.38% from 255) = 21.53%
R=32.18%
G=46.29%
B=21.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130187870.3000.530.2794.242.3753.73
Hex82BB571E0351B5e2a36
Octal20227312736065331365266
Binary10000010101110111010111111100110101110111011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BB57; }

 p { color: rgb(130,187,87); }

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

<style>
 a { background-color: #82BB57; }

 a { background-color: rgb(130,187,87); }

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

<style>
 span { border-color: #82BB57; }

 span { border-color: rgb(130,187,87); }

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