#84BF46

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

Shades of Mantis #84BF46

Tints of Mantis #84BF46

Color information

#84BF46 (or 0x84BF46) is unknown color: approx Mantis. HEX triplet: 84, BF and 46. RGB value is (132,191,70). Sum of RGB (Red+Green+Blue) = 132+191+70=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BF46 is #7B40B9. Grayscale: #9F9F9F. Windows color (decimal): -8077498 or 4636548. OLE color: 4636548.

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

Color convert

RGB13219170-
CMYK0.3100.630.25
HSL89.26º48.59%51.18%-
HSV(B)89.26º63.35%74.9%-
XYZ29.2542.6112.48-
YUV159.5677.45108.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 70 (27.73% from 255) = 17.81%
R=33.59%
G=48.60%
B=17.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191700.3100.630.2589.2648.5951.18
Hex84BF461F03F19593133
Octal20427710637077311316163
Binary10000100101111111000110111110111111110011011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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