#82BB71

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

Shades of Mantis #82BB71

Tints of Mantis #82BB71

Color information

#82BB71 (or 0x82BB71) is unknown color: approx Mantis. HEX triplet: 82, BB and 71. RGB value is (130,187,113). Sum of RGB (Red+Green+Blue) = 130+187+113=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB71 is #7D448E. Grayscale: #A1A1A1. Windows color (decimal): -8209551 or 7453570. OLE color: 7453570.

HSL color Cylindrical-coordinate representation of color #82BB71: hue angle of 106.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82BB71 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB130187113-
CMYK0.3000.400.27
HSL106.22º35.24%58.82%-
HSV(B)106.22º39.57%73.33%-
XYZ29.9641.4822.05-
YUV161.52100.62105.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=30.23%
G=43.49%
B=26.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871130.3000.400.27106.2235.2458.82
Hex82BB711E0281B6a233b
Octal20227316136050331524373
Binary10000010101110111110001111100101000110111101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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