#84D864

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

Shades of Mantis #84D864

Tints of Mantis #84D864

Color information

#84D864 (or 0x84D864) is unknown color: approx Mantis. HEX triplet: 84, D8 and 64. RGB value is (132,216,100). Sum of RGB (Red+Green+Blue) = 132+216+100=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #84D864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D864 is #7B279B. Grayscale: #B2B2B2. Windows color (decimal): -8071068 or 6609028. OLE color: 6609028.

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

Color convert

RGB132216100-
CMYK0.3900.540.15
HSL103.45º59.79%61.96%-
HSV(B)103.45º53.7%84.71%-
XYZ36.3754.9420.74-
YUV177.6684.1795.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 216 (84.77% from 255) = 48.21%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=29.46%
G=48.21%
B=22.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161000.3900.540.15103.4559.7961.96
Hex84D86427036F673c3e
Octal20433014447066171477476
Binary10000100110110001100100100111011011011111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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