#82D863

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

Shades of Mantis #82D863

Tints of Mantis #82D863

Color information

#82D863 (or 0x82D863) is unknown color: approx Mantis. HEX triplet: 82, D8 and 63. RGB value is (130,216,99). Sum of RGB (Red+Green+Blue) = 130+216+99=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #82D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D863 is #7D279C. Grayscale: #B1B1B1. Windows color (decimal): -8202141 or 6543490. OLE color: 6543490.

HSL color Cylindrical-coordinate representation of color #82D863: hue angle of 104.1º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82D863 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB13021699-
CMYK0.4000.540.15
HSL104.1º60%61.76%-
HSV(B)104.1º54.17%84.71%-
XYZ36.0154.7620.48-
YUV176.9584.0194.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 216 (84.77% from 255) = 48.54%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=29.21%
G=48.54%
B=22.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130216990.4000.540.15104.16061.76
Hex82D86328036F683c3e
Octal20233014350066171507476
Binary10000010110110001100011101000011011011111101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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