#82C172

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

Shades of Mantis #82C172

Tints of Mantis #82C172

Color information

#82C172 (or 0x82C172) is unknown color: approx Mantis. HEX triplet: 82, C1 and 72. RGB value is (130,193,114). Sum of RGB (Red+Green+Blue) = 130+193+114=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #82C172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C172 is #7D3E8D. Grayscale: #A5A5A5. Windows color (decimal): -8208014 or 7520642. OLE color: 7520642.

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

Color convert

RGB130193114-
CMYK0.3300.410.24
HSL107.85º38.92%60.2%-
HSV(B)107.85º40.93%75.69%-
XYZ31.3144.122.78-
YUV165.1699.13102.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=29.75%
G=44.16%
B=26.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301931140.3300.410.24107.8538.9260.2
Hex82C17221029186c273c
Octal20230116241051301544774
Binary100000101100000111100101000010101001110001101100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,193,114); }

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

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

 a { background-color: rgb(130,193,114); }

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

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

 span { border-color: rgb(130,193,114); }

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