#84D84A

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

Shades of Mantis #84D84A

Tints of Mantis #84D84A

Color information

#84D84A (or 0x84D84A) is unknown color: approx Mantis. HEX triplet: 84, D8 and 4A. RGB value is (132,216,74). Sum of RGB (Red+Green+Blue) = 132+216+74=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #84D84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D84A is #7B27B5. Grayscale: #AFAFAF. Windows color (decimal): -8071094 or 4905092. OLE color: 4905092.

HSL color Cylindrical-coordinate representation of color #84D84A: hue angle of 95.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84D84A is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB13221674-
CMYK0.3900.660.15
HSL95.49º64.55%56.86%-
HSV(B)95.49º65.74%84.71%-
XYZ35.3154.5115.14-
YUV174.771.1797.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 216 (84.77% from 255) = 51.18%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=31.28%
G=51.18%
B=17.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132216740.3900.660.1595.4964.5556.86
Hex84D84A27042F5f4139
Octal2043301124701021713710171
Binary1000010011011000100101010011101000010111110111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,216,74); }

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

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

 a { background-color: rgb(132,216,74); }

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

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

 span { border-color: rgb(132,216,74); }

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