#84BD66

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

Shades of Mantis #84BD66

Tints of Mantis #84BD66

Color information

#84BD66 (or 0x84BD66) is unknown color: approx Mantis. HEX triplet: 84, BD and 66. RGB value is (132,189,102). Sum of RGB (Red+Green+Blue) = 132+189+102=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD66 is #7B4299. Grayscale: #A2A2A2. Windows color (decimal): -8077978 or 6733188. OLE color: 6733188.

HSL color Cylindrical-coordinate representation of color #84BD66: hue angle of 99.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BD66 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB132189102-
CMYK0.3000.460.26
HSL99.31º39.73%57.06%-
HSV(B)99.31º46.03%74.12%-
XYZ30.1142.2619.14-
YUV162.0494.12106.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=31.21%
G=44.68%
B=24.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891020.3000.460.2699.3139.7357.06
Hex84BD661E02E1A632839
Octal20427514636056321435071
Binary10000100101111011100110111100101110110101100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,102); }

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

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

 a { background-color: rgb(132,189,102); }

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

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

 span { border-color: rgb(132,189,102); }

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