#82C36A

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

Shades of Mantis #82C36A

Tints of Mantis #82C36A

Color information

#82C36A (or 0x82C36A) is unknown color: approx Mantis. HEX triplet: 82, C3 and 6A. RGB value is (130,195,106). Sum of RGB (Red+Green+Blue) = 130+195+106=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #82C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C36A is #7D3C95. Grayscale: #A5A5A5. Windows color (decimal): -8207510 or 6996866. OLE color: 6996866.

HSL color Cylindrical-coordinate representation of color #82C36A: hue angle of 103.82º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82C36A is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB130195106-
CMYK0.3300.460.24
HSL103.82º42.58%59.02%-
HSV(B)103.82º45.64%76.47%-
XYZ31.3244.8220.64-
YUV165.4294.47102.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=30.16%
G=45.24%
B=24.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301951060.3300.460.24103.8242.5859.02
Hex82C36A2102E18682b3b
Octal20230315241056301505373
Binary100000101100001111010101000010101110110001101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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