#82D156

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

Shades of Mantis #82D156

Tints of Mantis #82D156

Color information

#82D156 (or 0x82D156) is unknown color: approx Mantis. HEX triplet: 82, D1 and 56. RGB value is (130,209,86). Sum of RGB (Red+Green+Blue) = 130+209+86=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #82D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D156 is #7D2EA9. Grayscale: #ABABAB. Windows color (decimal): -8203946 or 5689730. OLE color: 5689730.

HSL color Cylindrical-coordinate representation of color #82D156: hue angle of 98.54º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82D156 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB13020986-
CMYK0.3800.590.18
HSL98.54º57.21%57.84%-
HSV(B)98.54º58.85%81.96%-
XYZ33.6951.0216.88-
YUV171.3679.8398.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 209 (82.03% from 255) = 49.18%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=30.59%
G=49.18%
B=20.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130209860.3800.590.1898.5457.2157.84
Hex82D1562603B1263393a
Octal20232112646073221437172
Binary100000101101000110101101001100111011100101100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,86); }

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

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

 a { background-color: rgb(130,209,86); }

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

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

 span { border-color: rgb(130,209,86); }

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