#82D962

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

Shades of Mantis #82D962

Tints of Mantis #82D962

Color information

#82D962 (or 0x82D962) is unknown color: approx Mantis. HEX triplet: 82, D9 and 62. RGB value is (130,217,98). Sum of RGB (Red+Green+Blue) = 130+217+98=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #82D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D962 is #7D269D. Grayscale: #B1B1B1. Windows color (decimal): -8201886 or 6478210. OLE color: 6478210.

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

Color convert

RGB13021798-
CMYK0.4000.550.15
HSL103.87º61.03%61.76%-
HSV(B)103.87º54.84%85.1%-
XYZ36.2255.2520.31-
YUV177.4283.1894.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 217 (85.16% from 255) = 48.76%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=29.21%
G=48.76%
B=22.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130217980.4000.550.15103.8761.0361.76
Hex82D96228037F683d3e
Octal20233114250067171507576
Binary10000010110110011100010101000011011111111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,217,98); }

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

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

 a { background-color: rgb(130,217,98); }

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

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

 span { border-color: rgb(130,217,98); }

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