#82B562

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

Shades of Mantis #82B562

Tints of Mantis #82B562

Color information

#82B562 (or 0x82B562) is unknown color: approx Mantis. HEX triplet: 82, B5 and 62. RGB value is (130,181,98). Sum of RGB (Red+Green+Blue) = 130+181+98=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #82B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B562 is #7D4A9D. Grayscale: #9C9C9C. Windows color (decimal): -8211102 or 6468994. OLE color: 6468994.

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

Color convert

RGB13018198-
CMYK0.2800.460.29
HSL96.87º35.93%54.71%-
HSV(B)96.87º45.86%70.98%-
XYZ27.9338.6817.55-
YUV156.2995.1109.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 181 (71.09% from 255) = 44.25%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=31.78%
G=44.25%
B=23.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130181980.2800.460.2996.8735.9354.71
Hex82B5621C02E1D612437
Octal20226514234056351414467
Binary10000010101101011100010111000101110111011100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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