#82DA61

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

Shades of Mantis #82DA61

Tints of Mantis #82DA61

Color information

#82DA61 (or 0x82DA61) is unknown color: approx Mantis. HEX triplet: 82, DA and 61. RGB value is (130,218,97). Sum of RGB (Red+Green+Blue) = 130+218+97=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA61 is #7D259E. Grayscale: #B2B2B2. Windows color (decimal): -8201631 or 6412930. OLE color: 6412930.

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

Color convert

RGB13021897-
CMYK0.4000.560.15
HSL103.64º62.05%61.76%-
HSV(B)103.64º55.5%85.49%-
XYZ36.4355.7520.15-
YUV177.8982.3593.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 218 (85.55% from 255) = 48.99%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=29.21%
G=48.99%
B=21.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130218970.4000.560.15103.6462.0561.76
Hex82DA6128038F683e3e
Octal20233214150070171507676
Binary10000010110110101100001101000011100011111101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,97); }

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

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

 a { background-color: rgb(130,218,97); }

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

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

 span { border-color: rgb(130,218,97); }

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