#82c15b

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

Shades of Mantis #82C15B

Tints of Mantis #82C15B

Color information

#82C15B (or 0x82C15B) is unknown color: approx Mantis. HEX triplet: 82, C1 and 5B. RGB value is (130,193,91). Sum of RGB (Red+Green+Blue) = 130+193+91=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #82C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C15B is #7D3EA4. Grayscale: #A2A2A2. Windows color (decimal): -8208037 or 6013314. OLE color: 6013314.

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

Color convert

RGB13019391-
CMYK0.3300.530.24
HSL97.06º45.13%55.69%-
HSV(B)97.06º52.85%75.69%-
XYZ30.1643.6416.73-
YUV162.5487.63104.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=31.40%
G=46.62%
B=21.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130193910.3300.530.2497.0645.1355.69
Hex82C15B2103518612d38
Octal20230113341065301415570
Binary100000101100000110110111000010110101110001100001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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