#82BE71

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

Shades of Mantis #82BE71

Tints of Mantis #82BE71

Color information

#82BE71 (or 0x82BE71) is unknown color: approx Mantis. HEX triplet: 82, BE and 71. RGB value is (130,190,113). Sum of RGB (Red+Green+Blue) = 130+190+113=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE71 is #7D418E. Grayscale: #A3A3A3. Windows color (decimal): -8208783 or 7454338. OLE color: 7454338.

HSL color Cylindrical-coordinate representation of color #82BE71: hue angle of 106.75º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BE71 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB130190113-
CMYK0.3200.410.25
HSL106.75º37.2%59.41%-
HSV(B)106.75º40.53%74.51%-
XYZ30.642.7622.26-
YUV163.2899.62104.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=30.02%
G=43.88%
B=26.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301901130.3200.410.25106.7537.259.41
Hex82BE7120029196b253b
Octal20227616140051311534573
Binary100000101011111011100011000000101001110011101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,190,113); }

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

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

 a { background-color: rgb(130,190,113); }

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

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

 span { border-color: rgb(130,190,113); }

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