#82B865

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

Shades of Mantis #82B865

Tints of Mantis #82B865

Color information

#82B865 (or 0x82B865) is unknown color: approx Mantis. HEX triplet: 82, B8 and 65. RGB value is (130,184,101). Sum of RGB (Red+Green+Blue) = 130+184+101=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #82B865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B865 is #7D479A. Grayscale: #9E9E9E. Windows color (decimal): -8210331 or 6666370. OLE color: 6666370.

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

Color convert

RGB130184101-
CMYK0.2900.450.28
HSL99.04º36.89%55.88%-
HSV(B)99.04º45.11%72.16%-
XYZ28.739.9718.51-
YUV158.3995.61107.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=31.33%
G=44.34%
B=24.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301841010.2900.450.2899.0436.8955.88
Hex82B8651D02D1C632538
Octal20227014535055341434570
Binary10000010101110001100101111010101101111001100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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