#82C05A

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

Shades of Mantis #82C05A

Tints of Mantis #82C05A

Color information

#82C05A (or 0x82C05A) is unknown color: approx Mantis. HEX triplet: 82, C0 and 5A. RGB value is (130,192,90). Sum of RGB (Red+Green+Blue) = 130+192+90=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #82C05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C05A is #7D3FA5. Grayscale: #A2A2A2. Windows color (decimal): -8208294 or 5947522. OLE color: 5947522.

HSL color Cylindrical-coordinate representation of color #82C05A: hue angle of 96.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82C05A is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB13019290-
CMYK0.3200.530.25
HSL96.47º44.74%55.29%-
HSV(B)96.47º53.12%75.29%-
XYZ29.943.1816.43-
YUV161.8387.46105.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=31.55%
G=46.60%
B=21.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192900.3200.530.2596.4744.7455.29
Hex82C05A2003519602d37
Octal20230013240065311405567
Binary100000101100000010110101000000110101110011100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,192,90); }

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

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

 a { background-color: rgb(130,192,90); }

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

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

 span { border-color: rgb(130,192,90); }

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