#82B56E

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

Shades of Mantis #82B56E

Tints of Mantis #82B56E

Color information

#82B56E (or 0x82B56E) is unknown color: approx Mantis. HEX triplet: 82, B5 and 6E. RGB value is (130,181,110). Sum of RGB (Red+Green+Blue) = 130+181+110=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #82B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B56E is #7D4A91. Grayscale: #9D9D9D. Windows color (decimal): -8211090 or 7255426. OLE color: 7255426.

HSL color Cylindrical-coordinate representation of color #82B56E: hue angle of 103.1º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82B56E is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB130181110-
CMYK0.2800.390.29
HSL103.1º32.42%57.06%-
HSV(B)103.1º39.23%70.98%-
XYZ28.5438.9220.76-
YUV157.66101.1108.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=30.88%
G=42.99%
B=26.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301811100.2800.390.29103.132.4257.06
Hex82B56E1C0271D672039
Octal20226515634047351474071
Binary10000010101101011101110111000100111111011100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,181,110); }

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

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

 a { background-color: rgb(130,181,110); }

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

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

 span { border-color: rgb(130,181,110); }

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