#82C05C

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

Shades of Mantis #82C05C

Tints of Mantis #82C05C

Color information

#82C05C (or 0x82C05C) is unknown color: approx Mantis. HEX triplet: 82, C0 and 5C. RGB value is (130,192,92). Sum of RGB (Red+Green+Blue) = 130+192+92=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #82C05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C05C is #7D3FA3. Grayscale: #A2A2A2. Windows color (decimal): -8208292 or 6078594. OLE color: 6078594.

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

Color convert

RGB13019292-
CMYK0.3200.520.25
HSL97.2º44.25%55.69%-
HSV(B)97.2º52.08%75.29%-
XYZ29.9943.2216.89-
YUV162.0688.46105.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=31.40%
G=46.38%
B=22.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192920.3200.520.2597.244.2555.69
Hex82C05C2003419612c38
Octal20230013440064311415470
Binary100000101100000010111001000000110100110011100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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