#82D445

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

Shades of Mantis #82D445

Tints of Mantis #82D445

Color information

#82D445 (or 0x82D445) is unknown color: approx Mantis. HEX triplet: 82, D4 and 45. RGB value is (130,212,69). Sum of RGB (Red+Green+Blue) = 130+212+69=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #82D445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D445 is #7D2BBA. Grayscale: #ABABAB. Windows color (decimal): -8203195 or 4576386. OLE color: 4576386.

HSL color Cylindrical-coordinate representation of color #82D445: hue angle of 94.41º 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 #82D445 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB13021269-
CMYK0.3900.670.17
HSL94.41º62.45%55.1%-
HSV(B)94.41º67.45%83.14%-
XYZ33.8252.2613.94-
YUV171.1870.3398.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=31.63%
G=51.58%
B=16.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal130212690.3900.670.1794.4162.4555.1
Hex82D44527043115e3e37
Octal202324105470103211367667
Binary1000001011010100100010110011101000011100011011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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