#82BC5D

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

Shades of Mantis #82BC5D

Tints of Mantis #82BC5D

Color information

#82BC5D (or 0x82BC5D) is unknown color: approx Mantis. HEX triplet: 82, BC and 5D. RGB value is (130,188,93). Sum of RGB (Red+Green+Blue) = 130+188+93=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC5D is #7D43A2. Grayscale: #A0A0A0. Windows color (decimal): -8209315 or 6143106. OLE color: 6143106.

HSL color Cylindrical-coordinate representation of color #82BC5D: hue angle of 96.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BC5D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB13018893-
CMYK0.3100.510.26
HSL96.63º41.48%55.1%-
HSV(B)96.63º50.53%73.73%-
XYZ29.1641.516.83-
YUV159.8390.28106.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=31.63%
G=45.74%
B=22.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188930.3100.510.2696.6341.4855.1
Hex82BC5D1F0331A612937
Octal20227413537063321415167
Binary10000010101111001011101111110110011110101100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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