#82DA4E

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

Shades of Mantis #82DA4E

Tints of Mantis #82DA4E

Color information

#82DA4E (or 0x82DA4E) is unknown color: approx Mantis. HEX triplet: 82, DA and 4E. RGB value is (130,218,78). Sum of RGB (Red+Green+Blue) = 130+218+78=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA4E is #7D25B1. Grayscale: #B0B0B0. Windows color (decimal): -8201650 or 5167746. OLE color: 5167746.

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

Color convert

RGB13021878-
CMYK0.4000.640.15
HSL97.71º65.42%58.04%-
HSV(B)97.71º64.22%85.49%-
XYZ35.6555.4416.03-
YUV175.7372.8595.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=30.52%
G=51.17%
B=18.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130218780.4000.640.1597.7165.4258.04
Hex82DA4E28040F62413a
Octal2023321165001001714210172
Binary1000001011011010100111010100001000000111111000101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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