#82B871

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

Shades of Mantis #82B871

Tints of Mantis #82B871

Color information

#82B871 (or 0x82B871) is unknown color: approx Mantis. HEX triplet: 82, B8 and 71. RGB value is (130,184,113). Sum of RGB (Red+Green+Blue) = 130+184+113=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #82B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B871 is #7D478E. Grayscale: #9F9F9F. Windows color (decimal): -8210319 or 7452802. OLE color: 7452802.

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

Color convert

RGB130184113-
CMYK0.2900.390.28
HSL105.63º33.33%58.24%-
HSV(B)105.63º38.59%72.16%-
XYZ29.3340.2221.84-
YUV159.76101.61106.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=30.44%
G=43.09%
B=26.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301841130.2900.390.28105.6333.3358.24
Hex82B8711D0271C6a213a
Octal20227016135047341524172
Binary10000010101110001110001111010100111111001101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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