#82C34C

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

Shades of Mantis #82C34C

Tints of Mantis #82C34C

Color information

#82C34C (or 0x82C34C) is unknown color: approx Mantis. HEX triplet: 82, C3 and 4C. RGB value is (130,195,76). Sum of RGB (Red+Green+Blue) = 130+195+76=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #82C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C34C is #7D3CB3. Grayscale: #A2A2A2. Windows color (decimal): -8207540 or 5030786. OLE color: 5030786.

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

Color convert

RGB13019576-
CMYK0.3300.610.24
HSL92.77º49.79%53.14%-
HSV(B)92.77º61.03%76.47%-
XYZ30.0344.313.81-
YUV16279.47105.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=32.42%
G=48.63%
B=18.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130195760.3300.610.2492.7749.7953.14
Hex82C34C2103D185d3235
Octal20230311441075301356265
Binary100000101100001110011001000010111101110001011101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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