#82C566

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

Shades of Mantis #82C566

Tints of Mantis #82C566

Color information

#82C566 (or 0x82C566) is unknown color: approx Mantis. HEX triplet: 82, C5 and 66. RGB value is (130,197,102). Sum of RGB (Red+Green+Blue) = 130+197+102=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #82C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C566 is #7D3A99. Grayscale: #A6A6A6. Windows color (decimal): -8207002 or 6735234. OLE color: 6735234.

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

Color convert

RGB130197102-
CMYK0.3400.480.23
HSL102.32º45.02%58.63%-
HSV(B)102.32º48.22%77.25%-
XYZ31.5745.6419.72-
YUV166.1491.8102.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 197 (77.34% from 255) = 45.92%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=30.30%
G=45.92%
B=23.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301971020.3400.480.23102.3245.0258.63
Hex82C5662203017662d3b
Octal20230514642060271465573
Binary100000101100010111001101000100110000101111100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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