#82CE6D

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

Shades of Mantis #82CE6D

Tints of Mantis #82CE6D

Color information

#82CE6D (or 0x82CE6D) is unknown color: approx Mantis. HEX triplet: 82, CE and 6D. RGB value is (130,206,109). Sum of RGB (Red+Green+Blue) = 130+206+109=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE6D is #7D3192. Grayscale: #ACACAC. Windows color (decimal): -8204691 or 7196290. OLE color: 7196290.

HSL color Cylindrical-coordinate representation of color #82CE6D: hue angle of 107.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82CE6D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB130206109-
CMYK0.3700.470.19
HSL107.01º49.74%61.76%-
HSV(B)107.01º47.09%80.78%-
XYZ34.0449.9922.32-
YUV172.2292.3297.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=29.21%
G=46.29%
B=24.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061090.3700.470.19107.0149.7461.76
Hex82CE6D2502F136b323e
Octal20231615545057231536276
Binary100000101100111011011011001010101111100111101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,109); }

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

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

 a { background-color: rgb(130,206,109); }

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

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

 span { border-color: rgb(130,206,109); }

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