#84DC49

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

Shades of Mantis #84DC49

Tints of Mantis #84DC49

Color information

#84DC49 (or 0x84DC49) is unknown color: approx Mantis. HEX triplet: 84, DC and 49. RGB value is (132,220,73). Sum of RGB (Red+Green+Blue) = 132+220+73=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DC49 is #7B23B6. Grayscale: #B1B1B1. Windows color (decimal): -8070071 or 4840580. OLE color: 4840580.

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

Color convert

RGB13222073-
CMYK0.4000.670.14
HSL95.92º67.74%57.45%-
HSV(B)95.92º66.82%86.27%-
XYZ36.3156.5715.31-
YUV176.9369.3595.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 220 (86.33% from 255) = 51.76%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=31.06%
G=51.76%
B=17.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132220730.4000.670.1495.9267.7457.45
Hex84DC4928043E604439
Octal2043341115001031614010471
Binary1000010011011100100100110100001000011111011000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DC49; }

 p { color: rgb(132,220,73); }

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

<style>
 a { background-color: #84DC49; }

 a { background-color: rgb(132,220,73); }

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

<style>
 span { border-color: #84DC49; }

 span { border-color: rgb(132,220,73); }

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