#82C46E

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

Shades of Mantis #82C46E

Tints of Mantis #82C46E

Color information

#82C46E (or 0x82C46E) is unknown color: approx Mantis. HEX triplet: 82, C4 and 6E. RGB value is (130,196,110). Sum of RGB (Red+Green+Blue) = 130+196+110=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #82C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C46E is #7D3B91. Grayscale: #A6A6A6. Windows color (decimal): -8207250 or 7259266. OLE color: 7259266.

HSL color Cylindrical-coordinate representation of color #82C46E: hue angle of 106.05º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82C46E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB130196110-
CMYK0.3400.440.23
HSL106.05º42.16%60%-
HSV(B)106.05º43.88%76.86%-
XYZ31.7645.3521.83-
YUV166.4696.13101.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=29.82%
G=44.95%
B=25.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301961100.3400.440.23106.0542.1660
Hex82C46E2202C176a2a3c
Octal20230415642054271525274
Binary100000101100010011011101000100101100101111101010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,110); }

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

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

 a { background-color: rgb(130,196,110); }

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

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

 span { border-color: rgb(130,196,110); }

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