#82DC46

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

Shades of Mantis #82DC46

Tints of Mantis #82DC46

Color information

#82DC46 (or 0x82DC46) is unknown color: approx Mantis. HEX triplet: 82, DC and 46. RGB value is (130,220,70). Sum of RGB (Red+Green+Blue) = 130+220+70=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DC46 is #7D23B9. Grayscale: #B0B0B0. Windows color (decimal): -8201146 or 4643970. OLE color: 4643970.

HSL color Cylindrical-coordinate representation of color #82DC46: hue angle of 96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82DC46 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB13022070-
CMYK0.4100.680.14
HSL96º68.18%56.86%-
HSV(B)96º68.18%86.27%-
XYZ35.956.3714.78-
YUV175.9968.1895.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 220 (86.33% from 255) = 52.38%
BLUE value IS 70 (27.73% from 255) = 16.67%
R=30.95%
G=52.38%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130220700.4100.680.149668.1856.86
Hex82DC4629044E604439
Octal2023341065101041614010471
Binary1000001011011100100011010100101000100111011000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,70); }

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

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

 a { background-color: rgb(130,220,70); }

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

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

 span { border-color: rgb(130,220,70); }

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