#82DA5F

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

Shades of Mantis #82DA5F

Tints of Mantis #82DA5F

Color information

#82DA5F (or 0x82DA5F) is unknown color: approx Mantis. HEX triplet: 82, DA and 5F. RGB value is (130,218,95). Sum of RGB (Red+Green+Blue) = 130+218+95=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA5F is #7D25A0. Grayscale: #B2B2B2. Windows color (decimal): -8201633 or 6281858. OLE color: 6281858.

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

Color convert

RGB13021895-
CMYK0.4000.560.15
HSL102.93º62.44%61.37%-
HSV(B)102.93º56.42%85.49%-
XYZ36.3455.7119.67-
YUV177.6781.3594-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 218 (85.55% from 255) = 49.21%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=29.35%
G=49.21%
B=21.44%

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
Decimal130218950.4000.560.15102.9362.4461.37
Hex82DA5F28038F673e3d
Octal20233213750070171477675
Binary10000010110110101011111101000011100011111100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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