#82B363

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

Shades of Mantis #82B363

Tints of Mantis #82B363

Color information

#82B363 (or 0x82B363) is unknown color: approx Mantis. HEX triplet: 82, B3 and 63. RGB value is (130,179,99). Sum of RGB (Red+Green+Blue) = 130+179+99=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #82B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B363 is #7D4C9C. Grayscale: #9B9B9B. Windows color (decimal): -8211613 or 6534018. OLE color: 6534018.

HSL color Cylindrical-coordinate representation of color #82B363: hue angle of 96.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82B363 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB13017999-
CMYK0.2700.450.30
HSL96.75º34.48%54.51%-
HSV(B)96.75º44.69%70.2%-
XYZ27.5837.8917.66-
YUV155.2396.27110-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=31.86%
G=43.87%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179990.2700.450.3096.7534.4854.51
Hex82B3631B02D1E612237
Octal20226314333055361414267
Binary10000010101100111100011110110101101111101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,99); }

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

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

 a { background-color: rgb(130,179,99); }

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

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

 span { border-color: rgb(130,179,99); }

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