#82B55D

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

Shades of Mantis #82B55D

Tints of Mantis #82B55D

Color information

#82B55D (or 0x82B55D) is unknown color: approx Mantis. HEX triplet: 82, B5 and 5D. RGB value is (130,181,93). Sum of RGB (Red+Green+Blue) = 130+181+93=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #82B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B55D is #7D4AA2. Grayscale: #9C9C9C. Windows color (decimal): -8211107 or 6141314. OLE color: 6141314.

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

Color convert

RGB13018193-
CMYK0.2800.490.29
HSL94.77º37.29%53.73%-
HSV(B)94.77º48.62%70.98%-
XYZ27.7138.5816.34-
YUV155.7292.6109.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=32.18%
G=44.80%
B=23.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130181930.2800.490.2994.7737.2953.73
Hex82B55D1C0311D5f2536
Octal20226513534061351374566
Binary10000010101101011011101111000110001111011011111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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