#82D345

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

Shades of Mantis #82D345

Tints of Mantis #82D345

Color information

#82D345 (or 0x82D345) is unknown color: approx Mantis. HEX triplet: 82, D3 and 45. RGB value is (130,211,69). Sum of RGB (Red+Green+Blue) = 130+211+69=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #82D345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D345 is #7D2CBA. Grayscale: #ABABAB. Windows color (decimal): -8203451 or 4576130. OLE color: 4576130.

HSL color Cylindrical-coordinate representation of color #82D345: hue angle of 94.23º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82D345 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB13021169-
CMYK0.3800.670.17
HSL94.23º61.74%54.9%-
HSV(B)94.23º67.3%82.75%-
XYZ33.5751.7613.85-
YUV170.5970.6699.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 211 (82.81% from 255) = 51.46%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=31.71%
G=51.46%
B=16.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal130211690.3800.670.1794.2361.7454.9
Hex82D34526043115e3e37
Octal202323105460103211367667
Binary1000001011010011100010110011001000011100011011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,211,69); }

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

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

 a { background-color: rgb(130,211,69); }

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

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

 span { border-color: rgb(130,211,69); }

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