#84BF64

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

Shades of Mantis #84BF64

Tints of Mantis #84BF64

Color information

#84BF64 (or 0x84BF64) is unknown color: approx Mantis. HEX triplet: 84, BF and 64. RGB value is (132,191,100). Sum of RGB (Red+Green+Blue) = 132+191+100=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF64 is #7B409B. Grayscale: #A3A3A3. Windows color (decimal): -8077468 or 6602628. OLE color: 6602628.

HSL color Cylindrical-coordinate representation of color #84BF64: hue angle of 98.9º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BF64 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB132191100-
CMYK0.3100.480.25
HSL98.9º41.55%57.06%-
HSV(B)98.9º47.64%74.9%-
XYZ30.4543.0918.77-
YUV162.9892.45105.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=31.21%
G=45.15%
B=23.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911000.3100.480.2598.941.5557.06
Hex84BF641F03019632a39
Octal20427714437060311435271
Binary10000100101111111100100111110110000110011100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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