#82C56A

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

Shades of Mantis #82C56A

Tints of Mantis #82C56A

Color information

#82C56A (or 0x82C56A) is unknown color: approx Mantis. HEX triplet: 82, C5 and 6A. RGB value is (130,197,106). Sum of RGB (Red+Green+Blue) = 130+197+106=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #82C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C56A is #7D3A95. Grayscale: #A6A6A6. Windows color (decimal): -8206998 or 6997378. OLE color: 6997378.

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

Color convert

RGB130197106-
CMYK0.3400.460.23
HSL104.18º43.96%59.41%-
HSV(B)104.18º46.19%77.25%-
XYZ31.7745.7220.79-
YUV166.5993.8101.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 197 (77.34% from 255) = 45.50%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=30.02%
G=45.50%
B=24.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301971060.3400.460.23104.1843.9659.41
Hex82C56A2202E17682c3b
Octal20230515242056271505473
Binary100000101100010111010101000100101110101111101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,106); }

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

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

 a { background-color: rgb(130,197,106); }

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

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

 span { border-color: rgb(130,197,106); }

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