#82d860

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

Shades of Mantis #82D860

Tints of Mantis #82D860

Color information

#82D860 (or 0x82D860) is unknown color: approx Mantis. HEX triplet: 82, D8 and 60. RGB value is (130,216,96). Sum of RGB (Red+Green+Blue) = 130+216+96=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #82D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D860 is #7D279F. Grayscale: #B1B1B1. Windows color (decimal): -8202144 or 6346882. OLE color: 6346882.

HSL color Cylindrical-coordinate representation of color #82D860: hue angle of 103º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82D860 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB13021696-
CMYK0.4000.560.15
HSL103º60.61%61.18%-
HSV(B)103º55.56%84.71%-
XYZ35.8754.719.73-
YUV176.6182.5194.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 216 (84.77% from 255) = 48.87%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=29.41%
G=48.87%
B=21.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130216960.4000.560.1510360.6161.18
Hex82D86028038F673d3d
Octal20233014050070171477575
Binary10000010110110001100000101000011100011111100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82d860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,96); }

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

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

 a { background-color: rgb(130,216,96); }

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

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

 span { border-color: rgb(130,216,96); }

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