#82D94D

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

Shades of Mantis #82D94D

Tints of Mantis #82D94D

Color information

#82D94D (or 0x82D94D) is unknown color: approx Mantis. HEX triplet: 82, D9 and 4D. RGB value is (130,217,77). Sum of RGB (Red+Green+Blue) = 130+217+77=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #82D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D94D is #7D26B2. Grayscale: #AFAFAF. Windows color (decimal): -8201907 or 5101954. OLE color: 5101954.

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

Color convert

RGB13021777-
CMYK0.4000.650.15
HSL97.29º64.81%57.65%-
HSV(B)97.29º64.52%85.1%-
XYZ35.3654.9115.76-
YUV175.0372.6895.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 217 (85.16% from 255) = 51.18%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=30.66%
G=51.18%
B=18.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130217770.4000.650.1597.2964.8157.65
Hex82D94D28041F61413a
Octal2023311155001011714110172
Binary1000001011011001100110110100001000001111111000011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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